404 share links from Graph Explorer when URL includes query parameters #1986
Labels
priority:p1
High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days.
type:bug
Something isn't working
Milestone
The Graph Explorer "share" button generates a shareable link but I see the "value" part of the query string is replaced with a placeholder
<value>
. Unfortunately, customers are getting a 404 error for such links because the "<" and ">" symbols get encoded as well.Example: (Repro steps)
I think if the intent is to not share sensitive values, maybe remove the "<" ">" symbols and say "value" instead?
For example, the above link would be
https://developer.microsoft.com/en-us/graph/graph-explorer?request=users%3F%24filter%3DdisplayName%2Beq%2Bvalue&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com
I'm also not sure it's appropriate to hide the values. I assume that a customer intending to share a shareable link either intends to share the link as-is or they are OK with sharing the test values publicly because they've already sanitized the value part of the query string.
The text was updated successfully, but these errors were encountered: