ceasor

Results 2 issues of ceasor

http_client_winhttp::send_request only handle the case when proxy.is_auto_discovery() return true. ![image](https://github.com/microsoft/cpprestsdk/assets/23649217/e45757d3-6ac9-4783-8487-5fea37bd1b4f) So when we construct a web_proxy with uri, it will only set the proxy mode as user_provided_. ![image](https://github.com/microsoft/cpprestsdk/assets/23649217/af2b516b-268e-40b0-88a0-4552fca174e9) So send_request...

http_client_winhttp::send_request only handle the case when proxy.is_auto_discovery() return true. ![image](https://github.com/microsoft/cpprestsdk/assets/23649217/61816039-5ce3-484d-960b-47153e8294cc) So when we construct a web_proxy with uri, it will only set the proxy mode as user_provided_. ![image](https://github.com/microsoft/cpprestsdk/assets/23649217/936b6a0e-50b7-4978-8b9b-408be923ec99) So send_request...