Who knows in the case of a GET request include the HasMap () of the paramenters? Well with the overwrite of getParams () it works for POST but not for GET. Any suggestions are appreciated. Greetings
Who knows in the case of a GET request include the HasMap () of the paramenters? Well with the overwrite of getParams () it works for POST but not for GET. Any suggestions are appreciated. Greetings
It is a historical Volley bug, to use get GET you will have to extend request or include them directly in the URL. But it is a problem in the implementation of Volley.
Some examples of how to solve it: link