#Can service make an HTTP request to itself using a hostname?
1 messages · Page 1 of 1 (latest)
If your service needs to talk to itself can it use localhost for that?
Not really. I added .withHostname() after .asService() and now it seems to be able to make HTTP requests to itself using that hostname
Awesome, that was my next suggestion