vmware-archive / powernsx

PowerShell module that abstracts the VMware NSX-v API to a set of easily used PowerShell functions
173 stars 90 forks source link

Fixed X-Frame-Options response header warnings #641

Closed dcoghlan closed 3 years ago

dcoghlan commented 3 years ago

Fixes the issue received when creating an IPSet and the NSX Manager sends back both DENY and SAMEORIGIN in the X-Frame-Options header when it should (according to RFC 7034). This change hard codes the header to DENY when multiple options are received.

dcoghlan commented 3 years ago

jenkins test this please

powernsxbot commented 3 years ago

Tests Successful