I am trying to make a https request using this code:
RequestQueue queue = Volley.newRequestQueue(getApplicationContext()); request = new Request
I got the same problem when I add ssl to the domain, After 2 days gone, I found the solution the URL is getting wrong . I was using https://example.com but when I add ssl into domain the url will be change
https://www.example.com
And POST is working fine