runtest.php returning 301 Moved Permanently

Hi,

I’m trying to run a test using the api but am getting a “310 Moved Permanently” response.

I’m using www.hurl.it to issue a GET against WebPageTest
using my API key.

Thanks
Joe

Try https instead of http (or you can hit http://api.webpagetest.org/ if you need http) or enable following of redirects on the API calls. The site moved to https with HSTS last week.

Thanks Patrick, that sorted it