You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I found this bug in the undocumented/inofficial proxy option it won't be of high priority. :)
I'm using your great api module in an environment that enforces proxy usage. So I'm glad I found the proxy option in the source code. It works great for the initial request your api does to the webpagetest.org service e.g. to run tests or fetch their status. But it fails for subsequent requests when I combine the runTest-command with the pollResults option. These request don't use the proxy and so they fail.
It's not a big problem since I could work around it by implementing polling with the getTestStatus command. Nevertheless it would be nice if this could be fixed and the proxy options goes official.
Thanks for your great work.
The text was updated successfully, but these errors were encountered:
Since I found this bug in the undocumented/inofficial proxy option it won't be of high priority. :)
I'm using your great api module in an environment that enforces proxy usage. So I'm glad I found the proxy option in the source code. It works great for the initial request your api does to the webpagetest.org service e.g. to run tests or fetch their status. But it fails for subsequent requests when I combine the runTest-command with the pollResults option. These request don't use the proxy and so they fail.
It's not a big problem since I could work around it by implementing polling with the getTestStatus command. Nevertheless it would be nice if this could be fixed and the proxy options goes official.
Thanks for your great work.
The text was updated successfully, but these errors were encountered: