Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open URL in a specific Profile breaks with space in link #1361

Open
rappen opened this issue Sep 25, 2024 · 2 comments
Open

Open URL in a specific Profile breaks with space in link #1361

rappen opened this issue Sep 25, 2024 · 2 comments

Comments

@rappen
Copy link
Collaborator

rappen commented Sep 25, 2024

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
@MscrmTools
Copy link
Owner

Can you refer to your source code where you are opening an url from the browser profile?

@rappen
Copy link
Collaborator Author

rappen commented Oct 1, 2024

https://github.com/rappen/Rappen.XTB.Helper/blob/main/Rappen.XTB.Helpers/UrlUtils.cs#L99

Note that the line before now does a replace from space to plus, and that line is not released in any tool, but that helps the problem explained above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants