Problems with passing parameters with GET in Volley [closed]

2

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

    
asked by Gabriel Betancourt 05.07.2016 в 01:30
source

1 answer

1

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

    
answered by 27.07.2016 в 00:56