-1
I have a web service that validates the users of the application that runs on Android. In positive case the system returns a JSON with the information that is ok and to which database that user has access.
Step one simple JSON to the service:
{
"email":"[email protected]",
"senha":"12456"
}
It is happening that when calling the service through the WIFI works as expected, but if I call through 4G I get the following error message:
java.net.SocketException: Connection reset
Looking at the service log check that the request even reaches the server.
Someone’s been there and can help me?
It shows no effort. I’m researching since 8:30 am. Only then I had the idea to ask you. Tsc.....
– Reginaldo Rigo
In fact I have already found the solution and could have deleted the question, but I thought it could be useful for someone else, after all it is a boring problem and without an apparent solution. But what does the community do? Negative the question. It’s a shame.
– Reginaldo Rigo