Hi everyone,
Besides the protocols 'Generic HTTP Query' and 'Generic Network Services Monitor', are there any others that we can use to execute HTTP requests, such as GET, POST, PUT, etc.?
If for some of the HTTP requests we need to send them via a proxy, is there any driver where we can do that?
Thanks.
I don't believe there are other generic protocols.
For testing commands we typically recommend postman, which allows composing GET, POST, PUT HTTP requests.
I would refer to the proxyServer / proxyUser / proxyPassword attribute in the HTTP.Session protocol xml code.