Creating a web::http::uri instance with the following URL generates an expection:
auto u = web::http::uri(U("http://192.168.209.132:8774/v2/069360a57bd44ba490dce68c667fcae5"));
Exception:
provided uri is invalid: "http://192.168.209.132:8774/v2/069360a57bd44ba490dce68c667fcae5"
Comments: There is no bug here, so closing the issue.
auto u = web::http::uri(U("http://192.168.209.132:8774/v2/069360a57bd44ba490dce68c667fcae5"));
Exception:
provided uri is invalid: "http://192.168.209.132:8774/v2/069360a57bd44ba490dce68c667fcae5"
Comments: There is no bug here, so closing the issue.