microsoft-graph-devx-api
microsoft-graph-devx-api copied to clipboard
Leading Slash Presence DevX API: Alerts
Seems DevX expects
https://graphexplorerapi.azurewebsites.net/permissions?requesturl=/security/alerts&method=GET
and not
https://graphexplorerapi.azurewebsites.net/permissions?requesturl=security/alerts&method=GET
A leading forward slash is required. Can we report when this happens? Report to the caller that a leading slash is required?
@georgend we propose to respond with error 400 bad request and a message showing why the request is invalid.