API Key should be allowed in cookie #654
Labels
collection-limitation
Issue can not be solved or supported due to postman collection limitations.
feature
New feature request, accepted for probable development
importer
According to the Security Scheme Object for OpenAPI 3.0.3, the API key security scheme is allowed the following values for the
in
field: "query", "header" or "cookie".It seems though that you're currently limiting this to 'query' and 'header': https://github.com/postmanlabs/openapi-to-postman/blob/develop/lib/schemaUtils.js#L1205
Is there a particular reason for that?
The text was updated successfully, but these errors were encountered: