문제

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

올바른 솔루션이 없습니다

다른 팁

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

Thanks to @MarcB

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top