Safari and POST data
Safari and POST data
Hi all!
I know how to ask Safari to display an URL using AppleScript (using the HTTP
GET method).
However, I need to be able to POST data to a URL using Safari. Is this
possible?
Other browsers like MSIE and Netscape allow me to do so using AppleScript...
Example using MSIE:
tell application "Internet Explorer"
OpenURL "
http://machine.domain.com/cgi-bin/my.cgi" Flags 1
FormData("field1=bla&field2=blu")
end tell
PS: There are only 3 lines of code below... I hate MS Entourage's forced
wrapping!!!
Does Safari support HTTP POST method in an AppleScript request?
Thanx!
-C
_______________________________________________
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.