Skip to main content

Curl It - Free online HTTP Request Testing Tool

A few years ago while testing deployed RESTful API endpoints, I used an online tool called Hurl.it. However, the tool was taken down as the developers behind it were promoting their new desktop REST Client Insomnia (similar to Postman). Having prefered using a web-based HTTP Client, with no replacement around, I decided to create my own.

The tool is called 'Curl It'. It was a single weekend project, so is quite barebones, just a very basic PHP site which sends GET/POST requests. For the time being I am hosting it here, using the free tier of Google App Engine. The tool is open source and open to contributions, you can find it on GitHub here.

UPDATE: The tool is now offline as I'm no longer able to use the free tier of Google App Engine for it, and couldn't find another place for it.

Comments

Popular posts from this blog

Terminals in Sublime Text 3

If you need a quick answer on how to create terminals in Sublime Text 3, watch the following video, or read the instructions below it. How to set up Terminals in Sublime Text 3 Open Sublime Text. Open the Command Palette with Crtl+Shift+P Type  'Package Control: Install Package' until the option appears and select it [You'll need to install package control if you are using it for the first time] Type 'Terminus' and select it. Now the package Terminus will install. Wait for this to complete. Then restart Sublime Text. Next we will add Commands to the Command Palette. So you can open terminals using Crtl+Shift+P then typing a command. To do this open the Command Palette (Ctrl+Shift+P) and type 'Terminus: Command Palette' and open it. You'll be greeted by a split view. Basically there are settings defined in the code on the left panel and you can override them or add your own by typing code in the right panel. Copy ...

Generating a MSI Installer for a WPF Application

This post serves as a tutorial for creating a MSI installer for your WPF Applications in Visual Studio. For this we use WiX (recommended by Microsoft). Prerequisites I assume you already have a Visual Studio solution containing a WPF Project. And I assume you have some experience with Visual Studio and XML. You do not need any prior knowledge of WiX. Step 1: Install Wix We are going to need WiX to generate our MSI. If you don't already have Wix installed, go ahead and download it from here . You'll be redirected to the relevant GitHub releases page where you can download the .exe file to install WiX.

Fill your GitHub activity heatmap with the image of your choice

Taking 12 months to upload a 52x7 pixel image, through thousands of git commits, ... that's completely reasonable right?