Right now, the IP listed is the one of my webservice that has been corrected. I do still get GET errors.
I'll check again that code.
I'm receiving messages about the use of GET requests that needs to be changed to POST … but have no idea where to look for. Some of the systems were not build by me and some pointers would be appreciated. I've found one case in our webservices, that was corrected a few days ago, but received a notification again this morning. The requesting IP could maybe point me to one of our servers.
Also, we use TurboFloat and TurboActivate in our app, can those be in cause ?
Thank you
Nicolas
TA / TF don't use the web API.
Your code in your backend / website use the web API.
Go to your setting page and you'll see all the IP addresses that use any particular API key.
Right now, the IP listed is the one of my webservice that has been corrected. I do still get GET errors.
I'll check again that code.
Also, you will get a “GET” error if you also include extraneous junk in the URL.
Namely, any GET parameters or anything past the last slash of the URL
I've juste received a new email with the full requested URL that was used. Thanks, I think that will help my research