Pages not working since I move the website on InMotionHosting
Hello.
I just move my website in InMotionHosting, but my trackers are not working anymore.
To reproduce it:
1. Be sure you have the new IP: 205.134.251.106
2. Make a cURL request on: www.sportsgamblingreview.com/tracker/tracker-wagerweb.html
You will receive an HTTP error 406.
I can't see anything in the log helping me...
Thanks.
Jonas
I just move my website in InMotionHosting, but my trackers are not working anymore.
To reproduce it:
1. Be sure you have the new IP: 205.134.251.106
2. Make a cURL request on: www.sportsgamblingreview.com/tracker/tracker-wagerweb.html
You will receive an HTTP error 406.
I can't see anything in the log helping me...
Thanks.
Jonas
I have reproduced the error but the issue is you are most likely not using a user-agent. You can fix this by running the following:
curl -A "Mozilla/5.0" www.sportsgamblingreview.com/tracker/tracker-wagerweb.html
Best Regards,
TJ Edens