FRequest Versions Save

FRequest - A fast, lightweight and opensource desktop application to make HTTP(s) requests

v1.2a

2 years ago

FRequest v1.2a for Windows / macOS / Linux is now available!

Supported operating systems:

  • Windows 7 SP1 and above
  • macOS High Sierra (10.13) and above
  • Ubuntu 18.04 and above (other Linux distributions dated similar should likely work but are not tested)

Installation:

Windows / macOS:

Just extract the inner FRequest folder to any place in your computer. Run the executable.

Linux:

Extract the inner FRequest folder to any place in your computer, make it executable (chmod +x) and run the executable.

You may need to install openssl 1.1.1 to get the ssl requests to work properly (and also to check for updates within the program).

In ubuntu (18.04) you can do it like this:

sudo apt-get install openssl

Upgrading:

Windows / macOS:

You should make a backup of your previous installation folder, just in case. After this backup, extract the files from this zip version to your previous FRequest installation folder (replace all files).

Linux:

You should make a backup of your previous installation folder, just in case. After this backup, just replace the previous AppImage with the new one.

Change Log:

1.2a, 13-03-2022

  • Upgraded Qt version on all platforms to 15.5.2, this fixes the openssl issue for linux users (the problem that 1.0.1 is not the repositories anymore) and provides support for TLS 1.3
  • Added github actions builds, which simplifies the building on the three supported operating systems a lot
  • Minor code refactoring

v1.2

2 years ago

FRequest v1.2 for Windows / macOS / Linux is now available!

Min requirements:

Windows 7 or Above macOS 10.11 or Above Ubuntu 18.04.1 x64 or Above (other distros should work too, but they weren't tested)

Install instructions:

Windows / macOS

Just extract the inner FRequest folder to any place in your computer. Run the executable.

Linux

Download the AppImage, make it executable and run the executable.

You may need to install "libssl1.0-dev" package to get the ssl requests to work properly (and also to check for updates within the program).

In ubuntu you can do it like this: sudo apt-get install libssl1.0-dev

Upgrade instructions:

Windows / macOS

You should make a backup of your previous installation folder, just in case. After this backup, extract the files from this zip version to your previous FRequest installation folder (replace all files).

Linux

You should make a backup of your previous installation folder, just in case. After this backup, just replace the previous AppImage with the new one.

Change log:

1.2, 18-05-2021

  • Added global headers feature (thanks alevalv)
  • Now request/reponse area is scrollabled (thanks fcolecumberri)
  • Now request/reponse text uses courier new font (monospace) (thanks KaKi87 for the monospace suggestion)

v1.1c

5 years ago

FRequest v1.1c for Windows / macOS / Linux is now available!

This is the first official release with Linux support!

Min requirements:

Windows 7 or Above macOS 10.11 or Above Ubuntu 18.04.1 x64 or Above (other distros should work too, but they weren't tested)

Install instructions:

Windows / macOS

Just extract the inner FRequest folder to any place in your computer. Run the executable.

Linux

Download the AppImage, make it executable and run the executable.

You may need to install "libssl1.0-dev" package to get the ssl requests to work properly (and also to check for updates within the program).

In ubuntu you can do it like this: sudo apt-get install libssl1.0-dev

Upgrade instructions:

Windows / macOS

You should make a backup of your previous installation folder, just in case. After this backup, extract the files from this zip version to your previous FRequest installation folder (replace all files).

Linux

You should make a backup of your previous installation folder, just in case. After this backup, just replace the previous AppImage with the new one.

Change log:

1.1c, 20-01-2019

  • Added official support for Linux (tests are made in Ubuntu LTS and the program is distributed using an appimage)
  • Fixed not showing body/headers response when an HTTP status code error is received like (500) (issue #7)
  • Fixed timeout status code/message, when the internal FRequest timeout for a request is reached (issue #8)
  • Added option in project settings to specify the type of character identation to use (space or tab) in the project xml file (issue #9)

v1.1b

6 years ago

Update 23-06-2018

Updated windows zip with the necessary dlls for the modern windows theme load correctly.


FRequest v1.1b for Windows and MacOS is now available!

Min requirements: Windows 7 or Above MacOS 10.11 or Above

Install instructions: Just extract the inner FRequest folder to any place in your computer. Run the executable.

Upgrade instructions: You should make a backup of your previous installation folder, just in case. After this backup, extract the files from this zip version to your previous FRequest installation folder (replace all files).

Change log:

1.1b, 04-03-2018

  • Added dark theme (thanks Jorgen-VikingGod!)
  • Added a clear button for the filter text box
  • Fixed possible system implementation of passwords obfuscation (you may need to re-enter your project passwords)
  • Some code refactoring (using now override C++ keyword for instance)

v1.1a

6 years ago

FRequest v1.1a for Windows and MacOS is now available!

Min requirements: Windows 7 or Above MacOS 10.11 or Above

Install instructions: Just extract the inner FRequest folder to any place in your computer. Run the executable.

Upgrade instructions: You should make a backup of your previous installation folder, just in case. After this backup, extract the files from this zip version to your previous FRequest installation folder (replace all files).

Change log: 1.1a, 03-02-2018

  • Added rename request / project to requests tree context menu (thanks pingzing!)
  • Added shortcut to delete requests (DEL)
  • Added an icon to delete request context menu
  • Improved config/project files upgrade code
  • Now it is possible to set the maximum response data size for display
  • Fixed bug: on a new project, after saving the project properties the body data of the selected request may be cleared
  • Now macOS users are warned about "App Translocation" when the application can't create its .config file
  • Added check for updates option in help menu

v1.1

6 years ago

FRequest v1.1 for Windows and MacOS is now available!

Min requirements: Windows 7 or Above MacOS 10.11 or Above

Install instructions: Just extract the inner FRequest folder to any place in your computer. Run the executable.

Upgrade instructions: You should make a backup of your previous installation folder, just in case. After this backup, extract the files from this zip version to your previous FRequest installation folder (replace all files).

New on this version:

  • File uploads
  • Authorization support (HTTP basic authorization and request based authorization)
  • Filter for requests
  • XML beatify and syntax highlighting
  • Large file download support
  • Request type icons
  • You can now cancel running requests
  • Number of project requests now displayed on status bar when project icon is selected
  • Now cookies are saved between requests

v1.0

6 years ago

FRequest v1.0 for Windows and MacOS is now available!

Min requirements: Windows XP or Above MacOS 10.8 x64 or Above

Install instructions: Just extract the inner FRequest folder to any place in your computer. Run the executable.