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
The issue caused by webpagetest only permitted HTTPS protocol.
I've changed to use https for public API.
Could you checkit?
If you still have the problem, plz re-open the issue.
Hi,
Getting the below when running the grunt command
name":"WPTAPIError","code":301,"message":"Moved Permanently"
GruntFile:
module.exports = function(grunt){
grunt.initConfig({
wpt: {
options: {
locations: ['Dulles_IE9'],
key: "MYKEY"
},
myTest: {
options: {
url: [
'https://google.com/'
});
grunt.loadNpmTasks('grunt-wpt');
grunt.registerTask('runner', ['wpt']);
}
The text was updated successfully, but these errors were encountered: