You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
The issue is the two URLs always end up resolving to the same route. It would appear that I can no longer specify a unique route using the query string parameters as I used to be able to do. Also if I remove the optionals from the query string the handlers don't get hit at all.
I have also tried setting the Order value on the Route attribute and all that does is send both requests to whichever route has the priority.
Then everything works fine, so it would appear that it's only a problem if query strings are being used. The issue I have is this is an API for an existing product that people have developed against and they will be using the query string URL format.