Re: scripting explorer
Re: scripting explorer
- Subject: Re: scripting explorer
- From: JJ <email@hidden>
- Date: Thu, 06 Jun 2002 11:38:29 +0200
>
True -- I could do it this way -- but I was hoping to avoid the
>
downloading of a file to my disk if possible. Actually, in my original
>
idea I did the same thing with a Perl script that controlled curl, but
>
when I saw that FormData could be passed via a call to Internet
>
Explorer's "OpenURL" action, I realized I might be able to skip this
>
whole process.
>
>
But if, as you say, it doesn't work, then nevermind.
>
>
I tried using TCPflow, to watch what was actually being sent, but I
>
couldn't figure out any logical pattern. It could also be due to my own
>
lack of familiarity with the HTTP spec. But sometimes additional
>
periods would be appended to the end of my POST data, other times a
>
mysterious "ap" would show up prepended to my POST data, sometimes the
>
POST data would be truncated. I think IE is sending extra data, and I'm
>
not sure how exactly to control it. The fact that there doesn't seem to
>
be a dictionary action to specify the content length could be part of
>
the problem. Not sure.
Hi, Erik.
I've been playing with the example you posted "php.net", and seems that it
supports appending your arguments within the url...
Try this:
open location "
http://www.php.net/search.php?pattern=log"
This method oftenly work for most of php servers...
Bye!
JJ
_______________________________________________
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.