Fixes #1
The original code disables insecure HTTP requests warnings, which means that it does not verify the authenticity of the SSL certificate presented by the SAS server. This makes the code vulnerable to man-in-the-middle (MITM) attacks where an attacker can intercept and modify requests sent to the server. It is recommended to verify the SSL certificate of the server by enabling SSL verification.
Fixes #1 The original code disables insecure HTTP requests warnings, which means that it does not verify the authenticity of the SSL certificate presented by the SAS server. This makes the code vulnerable to man-in-the-middle (MITM) attacks where an attacker can intercept and modify requests sent to the server. It is recommended to verify the SSL certificate of the server by enabling SSL verification.
Signed-off-by: Carus Kyle caruskyle@gmail.com