iis - Trailing slashes on GETs cause 404 on Azure -


this strange behaviour has lost me days putting out there see if can shed light.

i have rest api created in servicestack, works fine:

api/tasks/overdue?assignedtoteam=administration 

this runs in azure websites fine several days. then, without changes or deployments, rest call returns 404.

at point, if use

 api/tasks/overdue/?assignedtoteam=administration 

it works. (note trailing slash in front of "?"). re-deploying same code, start working again.

anyone come across type of behaviour?

i've never seen happen, i'd @ enabling debugmode` add ?debug=requestinfo querystring should return debug info request , see if there's difference in request servicestack gets before , after 404.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -