Symptoms:
To resolve this issue, increase the number of headers in the response.
Note: VMware NSX for vSphere 6.4.0 exposed a REST API to edit these values which allows you increase the number of headers in the response.
For example:
PUT https://<NSXMGR_IP>/api/4.0/edges/<edgeId>/systemcontrol/config
<systemControl>
<property>lb.global.tune.http.maxhdr=1024</property>
</systemControl>
Return 204
GET https://<NSXMGR_IP>/api/4.0/edges/<edgeId>/systemcontrol/config
Status Code: 200 OK
Cache-Control: private, no-cache
Content-Type: application/xhtml+xml
Date: Fri, 03 Mar 2017 15:03:58 GMT
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Strict-Transport-Security: max-age=31536000; includeSubDomains
Transfer-Encoding: chunked
X-Frame-Options: SAMEORIGIN
<?xml version="1.0" encoding="UTF-8"?>
<systemControl>
<property>lb.global.tune.http.maxhdr=1024</property>
</systemControl>
Workaround:
If you do not want to upgrade, contact Broadcom support.