Running scripts with RESTful APIs
|
05-26-2017, 01:54 AM
Post: #6
|
|||
|
|||
RE: Running scripts with RESTful APIs
Correct separation is tabs. If you are sending it as POST data it needs to be mime-encoded form input, otherwise url-encoded as query params on the URL itself.
something like runtest.php?...&script=logData%090%0Anavigate%09https%3A%2F%2Fgoogle.com%0AlogData%091%0Anavigate%09https%3A%2F%2Ffacebook.com |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Running scripts with RESTful APIs - ha_webdev - 04-06-2015, 11:52 PM
RE: Running scripts with RESTful APIs - pmeenan - 04-07-2015, 01:00 AM
RE: Running scripts with RESTful APIs - ha_webdev - 04-07-2015, 10:07 PM
RE: Running scripts with RESTful APIs - pmeenan - 04-07-2015, 10:30 PM
RE: Running scripts with RESTful APIs - playtech_wpt - 05-24-2017, 02:04 AM
RE: Running scripts with RESTful APIs - pmeenan - 05-26-2017 01:54 AM
|
User(s) browsing this thread: 1 Guest(s)