0
Hello!
I’m trying to create a URL
but it seems that when I create the URL
she is not created with the full path.
Creation of the URL
url = new URL("https://api.plivo.com/v1/Account/" + authID + "/Message/");
When I take the path from the URL
System.out.println(url.getPath());
The result is: I/System.out: /v1/Account/XXXXXXXXXXXXXXXX/Message/
Someone knows how to fix this?
Thank you Leonardo.
– GuiDupas