Question

I am using slim-framework for api development. when i added any special character as String i am getting error page not found.

for example this get method

http://www.mydomain.com/REST-API/getHint/bol?/

bol? is string

when i add ? (Question Mark) to string then i got page not found error when i removed then it's ok,

where is the problem .. ? and how can i use the string with special character as parameter.

Thanks Advance

No correct solution

OTHER TIPS

As recommended by @Marc B url encoded format, %3F for ? it solved my issue.

Thanks to @MarcB

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top