We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to run the following command:
webpagetest results to get the results of the test, but it keeps on giving me:
{ "error": { "name": "WPTAPIError", "code": 301, "message": "Moved Permanently" }
passing --server=https://www.webpagetest.org/ when running the tests works fine, but what do i need to pass to retrieve the results of the test?
The text was updated successfully, but these errors were encountered:
same here
Sorry, something went wrong.
Is it still happening? Just tried here with version 0.3.4 for both private and public servers and it's working as intended.
No branches or pull requests
I am trying to run the following command:
webpagetest results to get the results of the test, but it keeps on giving me:
{
"error": {
"name": "WPTAPIError",
"code": 301,
"message": "Moved Permanently"
}
passing --server=https://www.webpagetest.org/ when running the tests works fine, but what do i need to pass to retrieve the results of the test?
The text was updated successfully, but these errors were encountered: