You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the option of disabling HTTPs validation for specific requests or event to the whole endpoint context.
Is your feature request related to a problem?
Not a problem itself, but in many scenarios the test/homolog environments use only self-signed certificates. This limits the integration tests we can perform, as we cannot test TLS communication (without a valid certificate) before pushing to production.
Do you have any suggestions on how to add this feature in scanapi ?
I see that the code in scanapi/tree/request_node.py kind of tries to add this possibility in the request context under the 'options' tag, but in the end this setting is ineffective for some reason I coudn't understand.
Feature request
Description the feature
Add the option of disabling HTTPs validation for specific requests or event to the whole endpoint context.
Is your feature request related to a problem?
Not a problem itself, but in many scenarios the test/homolog environments use only self-signed certificates. This limits the integration tests we can perform, as we cannot test TLS communication (without a valid certificate) before pushing to production.
Do you have any suggestions on how to add this feature in scanapi ?
I see that the code in scanapi/tree/request_node.py kind of tries to add this possibility in the request context under the 'options' tag, but in the end this setting is ineffective for some reason I coudn't understand.