Re: POST format
Re: POST format
- Subject: Re: POST format
- From: Marconi <email@hidden>
- Date: Wed, 17 Sep 2003 07:56:49 -0700
At 9:00 PM -0700 9/16/03, Alan Kimelman wrote:
>
How does I use the Post method or FormData to submit form data with Safari? I find that CURL downloads a HTML page but does not allow me to use Safari to access further links in the page. After I have downloaded the page the links no longer work.
That's because most links are "relative" to the base URL of the web document. Once you've downloaded the document, the URLs are all missing the 'base' address -- "
http://www.somedomain.com/" part at least, possibly more.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >POST format (From: Alan Kimelman <email@hidden>) |