Nostril - HTTP debugging proxy

grindhold 3e7ccd1605 gitignore: ignore glade-bufferfiles 7 years ago
__meta 174ac993bd made proper icons-folder in data 10 years ago
data b3d889f9c8 interface now more gnome3-hig-compliant 7 years ago
pkg d899a7a4d2 updated copyright dates 7 years ago
resources ad79c64e21 plaintextversion of agpl 10 years ago
src d899a7a4d2 updated copyright dates 7 years ago
.gitignore 3e7ccd1605 gitignore: ignore glade-bufferfiles 7 years ago
Makefile da5a41b86b update vala compiler version 7 years ago
README.md 2855b69e07 fixed dead screenshotlink 9 years ago

README.md

Nostril in Vala

Nostril is a HTTP Debugging Proxy. It acts between your browser and the server that your targeted website runs on. It lists the HTTP-Requests that are being passed.

Screenshot of Nostril

Nostril is based on the libsoup HTTP-library and the Gtk3 GUI-Toolkit. It's written in Vala and thereby plattform-independent.

Nostril is Free Software licensed under the AGPLv3

Contributions

Contributions are very appreciated. I will compile a roadmap in the issues- area. The sooner nostril is ready, the better.

Why?

When i did my apprenticeship, i was bound to using Windows, which i didn't like very much, but nontheless gave me the opportunity to get to know the tool Fiddler 2 which i admire very much. I searched for something similar in the GNU/Linux and Gtk-World, but i couldn't find anything. So i started writing my own tool. I am aware that Fiddler2 is now releasing alpha-builds for mono-binaries that run on linux, but i don't find solutions that require tons of runtime binaries are a pretty solution. I prefer native solutions.