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
I'm using this package to build a CI for custom metrics code([related issue]).(HTTPArchive/custom-metrics#6)
But I get the 414 URI Too Long error though.
After debugging it with a dryRun - it looks this package doesn't support POST requests.
I add 14Kb custom metric code to test options and GET request to API obviously fails.
Would be great to implement support for POST requests in runTest method.
I'm using this package to build a CI for custom metrics code([related issue]).(HTTPArchive/custom-metrics#6)
But I get the
414 URI Too Long
error though.After debugging it with a dryRun - it looks this package doesn't support POST requests.
I add 14Kb custom metric code to test options and GET request to API obviously fails.
Would be great to implement support for POST requests in runTest method.
P.S. WPT API supports it.
The text was updated successfully, but these errors were encountered: