The Url should be trimmed before being executed #788
Labels
priority:p1
High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days.
promote
type:bug
Something isn't working
Milestone
Describe the bug
If a space is present in front of the URL GE will query
https://%20graph.microsoft.com/v1.0/me
instead ofhttps://graph.microsoft.com/v1.0/me
.Inadvertently adding a space is common when you copy/paste things.
To Reproduce
Steps to reproduce the behavior:
https://graph.microsoft.com/v1.0/me
(note the space in front)Expected behavior
GE to trim spaces on the URL so the request succeeds.
AB#7480
The text was updated successfully, but these errors were encountered: