After making a second network request using Volley, I always get this error. It doesn\'t seem to matter what the url I put in is. Volley always c
Volley
Use http:// OR https://
prefix to your URL example: example.com/information.json write it as http://example.com/information.json