XrmToolBox icon indicating copy to clipboard operation
XrmToolBox copied to clipboard

Open URL in a specific Profile breaks with space in link

Open rappen opened this issue 1 year ago • 2 comments
trafficstars

Maybe a fringe problem, but it is a problem when I want to open URL in WebAPI generated from fetch XML.

Sample query:

https://jonasspace.crm4.dynamics.com/api/data/v9.2/contacts?$select=fullname&$filter=(donotfax eq true)

Result - when I have a specified profile - I get this result: image

In this case, three tabs were created; of course, nothing worked.

Opening it as a simple Process.Start(url); works great, in this case the browser convert it automatically to:

https://jonasspace.crm4.dynamics.com/api/data/v9.2/contacts?$select=fullname&$filter=(donotfax%20eq%20true)

  • Deployment: Online
  • DB Version: 9.2.24084.194
  • Connection Controls Version: 1.2023.6.56
  • XrmToolBox Version: 1.2023.10.67

rappen avatar Sep 25 '24 17:09 rappen