Hi there,
Been missing some stuff on web scenarios:
- Ability to manually specify connect-to-IP-address to request an URL (to test availability of that URL at different origin servers. (not stick to the IP(s) that the name on the URL resolves-to)
- Ability to pass SNI
- Ability to select SSL/TLS version
- History/Trends settings for WebScenario items
On (most) HTTP sites you can put the IP in the URL and pass an host header. Unfortunately this won't work for some (specially if behind reverse proxies).
This will not work at all for HTTPS, namely using TLS where you have to set SNI as well as passing a proper URL.
If you want to test all your server pools for proper working you have to use external scripts.
A flag to enable debug on a webscenario base would be great to log requests/responses instead of having to activate debugging for all the hundrends of webscenarios just to fix one.
Any ideia if these are being addressed?
Been missing some stuff on web scenarios:
- Ability to manually specify connect-to-IP-address to request an URL (to test availability of that URL at different origin servers. (not stick to the IP(s) that the name on the URL resolves-to)
- Ability to pass SNI
- Ability to select SSL/TLS version
- History/Trends settings for WebScenario items
On (most) HTTP sites you can put the IP in the URL and pass an host header. Unfortunately this won't work for some (specially if behind reverse proxies).
This will not work at all for HTTPS, namely using TLS where you have to set SNI as well as passing a proper URL.
If you want to test all your server pools for proper working you have to use external scripts.
A flag to enable debug on a webscenario base would be great to log requests/responses instead of having to activate debugging for all the hundrends of webscenarios just to fix one.
Any ideia if these are being addressed?
Comment