Hi
I have a web app that works fine in IIS. It does send requests with large headers. The registry was modified to allow IIS to accept requests with large headers up to 50k. This is a requirement.
When testing the app in Test Cafe, I am getting 'HTTP 431 Request Header Fields Too Large' responses. I think Test Cafe uses Node.
It seems Node also has a request header size limit . It can be increased with max-http-header-size parameter.
Since Test Cafe Studio launches Node, is there a way for Test Cafe to launch Node where it can set the max-http-header-size either from the command line or read a setting for it from somewhere? Something like what has been mentioned here with a package.json file. The size needs to increase to 50k as well.
Or any workaround. Without increasing the request header size, the app won't work properly.