Set up a GPRS session via WIPsoft AT commands. Issuing the following HTTP get:
wipfile=5,1,1,“http://www..org”
the module responds with: +WIPFILE: 5,1,1,302,“Found”
That is the status code for a redirect. But that line is the only response line from the module. How is the actual redirect exposed from the module, so that a subsequent GET can be issued using the appropriate URL? Looked at forums and the user guides, but did not find anything that addresses that.