Using API for scripting
|
04-05-2018, 09:23 AM
Post: #1
|
|||
|
|||
Using API for scripting
Hello,
I am trying to use the REST API for executing a script. referring here - https://sites.google.com/a/webpagetest.o...stful-apis however there are no examples for this. I have a multiline script which I need to execute using the rest api. |
|||
04-06-2018, 10:33 PM
Post: #2
|
|||
|
|||
RE: Using API for scripting
It is just like any other parameter. script=<url-encoded script>
You need to make sure you are url-encoding all of your API parameters if you are passing them in the URL. Most of them won't really change but the test URL and script can often have characters that MUST be encoded. |
|||
07-11-2018, 11:19 PM
Post: #3
|
|||
|
|||
RE: Using API for scripting
I am new to this.
I tried several ways to put my script (which actually do login for me) into the URL but all my efforts are in vain. Can you please help me with one example? http://www.webpagetest.org/runtest.php?&...xx.ccccom? setValue id=username someuser@aol.com setValue id=password somepassword submitForm name=AOLLoginForm&k=A.c99e36xxxxxxxxxxx679c500410f |
|||
07-12-2018, 12:06 AM
Post: #4
|
|||
|
|||
RE: Using API for scripting
You need to urlencode the script and pass it as script=xxxxxxx.
|
|||
08-21-2018, 11:54 PM
Post: #5
|
|||
|
|||
RE: Using API for scripting
(07-12-2018 12:06 AM)pmeenan Wrote: You need to urlencode the script and pass it as script=xxxxxxx. Mostly likely that's the issue for the OP, that being said, for me this error is being thrown if script starts with anything else than 'navigate', e.g. Code: <?php The script above which worked perfectly via UI is: Code: logData 0 I get the OP`s error if I start my script with logData, it works however if I start with navigate. Still playing around as I get the job accepted but it looks that script part of logging in does not work, just the first line of navigate aka going to right URL to start with. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)