HI
I have a website, if we post the links of my website, in twitter or google plus it works fine, when user clicks that link and land in the my website's corresponding page.
But if we post the link in FaceBook, its encoding the URL and it going to the main page instead of the exact page , my server is not able to decode the URL. Is there any rule or way to do it?
Example of the URL after the domain
/ip/index.php?/topic/37-is-bahubali-not-in-race/
FB is giving it as
ip/index.php?%2Ftopic%2F37-is-bahubali-not-in-race%2F
since the URL is encoded my application is not able to direct it to the correct page how can I fix this in IIS