Nostril - HTTP debugging proxy

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

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.