问题
Using testcafe for automated testing but i am getting the following error while perfoming a particular action(click of a button)
Failed to perform a request to the resource at
"https://www.example.com" because of an error.
Error: Parse Error: Header overflow
The application is working fine when we try to do the same action manually in the browser.But throws this error while doing it using testcafe. Tried using lower version of node also it doesn't help.can someone help with this?
来源:https://stackoverflow.com/questions/61310570/getting-header-overflow-error-while-using-testcafe