Why my http post request with android volley throws error (localhost)?

I've found the solution to the connectivity issues; i'd been trying to access from my cellphone to the url which was running in localhost on my computer through the IP where both, my cellphone and my computer are connected, althought this didn't work for me because the request dies before reach to the server, so i tried another way, here's the answer to access from your device to the localhost's url running in your computer:

https://stackoverflow.com/a/53920173/11755598