SimpleBrowserDotNet/SimpleBrowser

3XX Redirects Appear in Navigation History

kevingy opened this issue · 2 comments

The SimpleBrowser sample application navigates to "http://www.github.com". Github responds with a 301 redirect to "https://www.github.com". The SimpleBrowser navigation history shows two navigations. It should only have one. That's what Chrome does anyway. When I "go back", I shouldn't go back to a redirected page.

Related to Issue #151. More investigation is needed. Because there are actually two collection of histories. It's possible that the redirect is being added to the log collection, but not the collection used for navigating back. This may not be an issue at all.

I was wrong. They appear in the navigation log, not the navigation history. Closing.