I have html5-history-api on my meteor platform. Currently the entire site is password protected with the exception of one page (not the route (/) page). When i try to load up that page in ie9 it adds a /#/ between the page
Due to that the system must be assuming its in the route and because of that it sees the user isn't logged in and prompts them for their login which it shouldn't. Is there any way around this issue?
Hiya,
I have html5-history-api on my meteor platform. Currently the entire site is password protected with the exception of one page (not the route (/) page). When i try to load up that page in ie9 it adds a /#/ between the page
i.e http://siteurl.com/change-password becomes http://siteurl.com/#/change-password
Due to that the system must be assuming its in the route and because of that it sees the user isn't logged in and prompts them for their login which it shouldn't. Is there any way around this issue?