Closed navalkishoreb closed 7 years ago
https://github.com/mcxiaoke/android-volley/blob/master/src/main/java/com/android/volley/toolbox/BasicNetwork.java#L95
At this line of code, new header map is created and perform request with empty header.
Should have used getHeaders() method
https://github.com/mcxiaoke/android-volley/blob/master/src/main/java/com/android/volley/toolbox/BasicNetwork.java#L95
At this line of code, new header map is created and perform request with empty header.
Should have used getHeaders() method