Hi,
I am trying to access REST API using Unix Domain Socket by following the link :Unix Domain Socket • Alpakka Documentation
curl -k -v -X GET “http://localhost/test” --unix-socket /tmp/socket/uds.sock
How ever the request just hangs.Is there any way to do this? Please help.
Thanks
1 post - 1 participant