This Android application allows to make HTTP requests. It takes the form of a so-called "Plugin" for the application "Locale" (but also "Tasker" or "LLama") to send HTTP requests. You need one of those application to use this one.
Currently, the advantage over what currently exists is that it allows to edit an already existing URL and automatically parse the URL into parameters when you copy-cut, or create the URL from parameters.
If the URL could not be called, it will retry after 5, 10, 20, 40 and 80 seconds as another action fired at the same time could enable or disable WiFi/mobile internet and mess up the connection for a few seconds.
But even more features are coming :
- Autocompletion using existing URL
- Clone an existing URL
- Other type of request than HEAD (GET or POST)
And I'm listening for any idea !