I am redirecting user to salesforce for OAuth. It is giving me the error that unsupported response_type. When i debugged in the detail then i found that it is due to # in the url.
How can i escape #? I tried %23 but it didnt work. Here is the URL
2 answers
https://example.com/?code={code}&state={state}#/salesforce/callback
@Muzaffar Moiz this is redirecting me here. So its not redirecting correctly in the above case