vivid
3 years agoNew Contributor
how to assign SSL Keystore to all Request in a project
Hi!
I have a problem that I could not solve. I have a project that I copied from another existing project. In the new project, all Rest Requests require SSL Keystore and there are hundreds of requests. Going to each request and assigning an environment-specific Keystore is pretty tiring work, to be honest.
I have a variable in project level that I assing this environment specific Keystore. So question is how can I redirect Request SSL Keystore property to this value, without manually reaching every request in the project?
Does anybody have any idea about it?