I'm trying to use NMA to push script results to my Android phone but I have some problem with the GET request:
Code: Select all
HTTPRequest>http://www.notifymyandroid.com/publicapi/verify?apikey=111111111111111111111111111111111111111111111111,,GET,,strHTML
Code: Select all
?xml version="1.0" encoding="UTF-8"?><nma><success></nma>
If I try the https://www.notifymyandroid.com/publicapi/verify?apikey=111111111111111111111111111111111111111111111111 address in my browser I get a correct answer (not a 404 bad request as with MS using HTTPRequest>).
PS. violet=made up API key!