• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Safari and POST data
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Safari and POST data


  • Subject: Safari and POST data
  • From: "email@hidden" <email@hidden>
  • Date: Mon, 21 Apr 2003 15:32:59 -0400

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.

  • Prev by Date: Re: Inheritance dilemma
  • Next by Date: Re: applescript-users digest, Vol 3 #1583 - 12 msgs
  • Previous by thread: Re: Inheritance dilemma
  • Next by thread: Safari and POST data
  • Index(es):
    • Date
    • Thread