favorites: what is sent to server?

  • Thread starter Thread starter Peter J. Veger
  • Start date Start date
P

Peter J. Veger

I maintain a website with a frameset.

When inspecting the file corresponding to a favorite, there are parts like:

[DEFAULT]
BASEURL= <URL of frameset page>
[DOC-something]
BASEURL=<URL of page that is made a favorite>
ORGURL=<URL of original content of the frame replaced by the favorite page>
[InternetShortcut]
URL=<URL of frameset page>
Modified+...

What is sent to the server when the favorite is clicked?
 
Peter J. Veger said:
I maintain a website with a frameset.

When inspecting the file corresponding to a favorite, there are parts like:

[DEFAULT]
BASEURL= <URL of frameset page>
[DOC-something]
BASEURL=<URL of page that is made a favorite>
ORGURL=<URL of original content of the frame replaced by the favorite page>
[InternetShortcut]
URL=<URL of frameset page>
Modified+...

What is sent to the server when the favorite is clicked?


I suspect it would be the URL of the frameset.

Why not use fiddlertool (or netcap or Ethereal) and find out for sure?


---
 
Back
Top