question

ManoharPanwar-8555 avatar image
0 Votes"
ManoharPanwar-8555 asked XiaopoYang-MSFT edited

How to listen on an IPv6 address using cpprestsdk http_listener?

I am trying to listen on ipv6 address using cpprestsdk http_listener, I am getting below error.

Starting listener at url.http://[fe80::a3fe:944b:534f:7ec%enp24s0f1]:8585
terminate called after throwing an instance of 'web::uri_exception'
what(): Invalid hexadecimal digit

============================================
While using address as "http://[::1]:8585"

terminate called after throwing an instance of 'boost::wrapexceptboost::system::system_error'
what(): resolve: Service not found



office-teams-linux-itpro
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers