A simple Android app that allows you to create shortcuts and widgets that can be placed on your home screen. Each shortcut, when clicked, triggers an HTTP request, with the possibility of processing and displaying the response in various ways. Ideal for home automation projects.
... or download the latest APK directly.
This app is open-source and can be found on Github.
Runs on Android 5 (Lollipop) or newer. For Android 4.0 - Android 4.4.4, download and install the APK of version 2.9.0.
Features
- Supports HTTP and HTTPS (TLSv1.3), and methods GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS and TRACE
- Basic Authentication, Digest Authentication, Bearer Authentication and Client Certificate Authentication
- Custom request headers
- Custom request body (text only)
- File upload through form-data parameters
- Display response as a toast, window or dialog, or run silently
- Built-in icons, support for Ipack icons and custom icons
- Colorful Themes and Dark Mode support
- Grouping into categories through tabs
- Value injection through global variables (e.g., text, numbers, passwords, selections, colors, dates, …)
- Run JavaScript code before & after execution and invoke actions (e.g., vibrate, show toast, parse JSON response…), allowing to create powerful workflows
- Import & Export in JSON or cURL format
- 3rd party integration (e.g. Tasker)
- Configure it from your browser using the Web Editor
- Completely free, open-source, no ads and (almost) no tracking
Screenshots