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
I just tried this using the Test.Default project and cURL (curl http://localhost:8080/foo%bar) and could not reproduce it. Please tell me more about your environment, operating system, runtime, and whether you're trying from localhost or a remote machine.
foo%bar indeed works. I tried now and its weird that some combinations with % works, some do not.
For example combination which does not work is: abc%1b while abc%abc can be accessed.
I think encoding also is messing with char % which as of my knowledge should not. Here is screenshot what in debugger is captured when server catches request with % in url request.
As of environment, i`m using windows 10; .NET framework 4.7.2; WatsonWebserver 4.3.6.0.
Yes, the values which are out of this supported set are failing to find route.
Microsoft libraries which can be used for implementing restful api server are handling values which are outside of percent encoding set.
When URL contains character % in URL request it returns message below:
<TITLE>Bad Request</TITLE>Bad Request - Invalid URL
HTTP Error 400. The request URL is invalid.
Is there any workaround to solve this issue ?
The text was updated successfully, but these errors were encountered: