Search code examples
androidhttpportandroid-volleyhttp-request

Android - Volley set specific port


A pretty simple question, but failed to find any proper answer for it;

Is it possible to set a specific port to use when doing a (GET) http request with Volley as library?


Solution

  • Seems adding ":{portnumber}" to the url works just fine too.