Given a WebResourceRequest which is a post request and has body how to i make an http call and get the response?
I know this sounds pretty basic butI'm having a problem getting the answer
Given a WebResourceRequest which is a post request and has body how to i make an http call and get the response?
I know this sounds pretty basic butI'm having a problem getting the answer
Have you tried looking at Volley. It is quite powerful and easy to use and gets all your needs handled.
After implementing it if you are still getting nothing try PostMan with the same parameters as you are using to make the http call. If PostMan fails to show data then parameters are wrong.
Volley - https://developer.android.com/training/volley/
PostMan - https://www.getpostman.com/