Closed savage-alex closed 4 years ago
Hi @savage-alex This is because SwaggerHub adds extra headers as a result of going through a proxy so we don't run into CORS issues. A more in depth explanation is in the Swagger-ui project here: https://github.com/swagger-api/swagger-ui/issues/3340#issuecomment-313550973
I was using the Try it out in conjunction with a POST endpoint that returns a location header with a 201 and noticed that the SwaggerUI in the VSCode extension shows different results to what is shown on the web app (Crucially the header I have added is missing)