Say I am on a website viewing the homepage at https://whateverxyz.com/index
. Then I either
- (A) click a navigation link in the HTML of the page to
https://whateverxyz.com/app1.html
- (B) click on a browser bookmark to
https://whateverxyz.com/app1.html
Can the server tell the difference between whether request was from A
or B
? Can client-side JavaScript running on app1.html
tell the difference?