Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible short-term features #3

Open
vay3t opened this issue Feb 18, 2020 · 1 comment
Open

possible short-term features #3

vay3t opened this issue Feb 18, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vay3t
Copy link

vay3t commented Feb 18, 2020

I am not very good at programming on golang yet, and I would like to contribute in some way to the project such as giving ideas or possible improvements and reporting errors. If possible, you could provide information to help with software development.

to fix:

  • fix request/response format

ex: curl -k https://www.google.cl -x http://127.0.0.1:8080

Request:

GET /www.google.cl:443/ HTTP/1.1
Host: www.google.cl
User-Agent: curl/7.58.0
Accept: */*

Correct request:

GET / HTTP/1.1
Host: www.google.cl:443
User-Agent: curl/7.58.0
Accept: */*
  • use unicode

The possible improvements that can be added in the short term would be in my opinion:

  • Copy as curl, python-requests https://github.com/hrbrmstr/curlconverter
  • Add scope or option to remove junk traffic from the browser, for example firefox.
  • In the proxy and repeater history, detail the response timeout.
  • Add highlight to differentiate one request from another.
  • The request and response of the broxy do it with letter console. (more comfortable to read)
  • Decoder:
        - urlencoder / urldecoder
        - base64 encoder / decoder
  • Comparer

Less important:

@rhaidiz
Copy link
Owner

rhaidiz commented Feb 18, 2020

Thanks for the suggestions, I do have a list of things that I want to implement which includes most, if not all, of the things you have mentioned. I haven't published the list 'cause this is still all very much ongoing but sure, most of those things will eventually be implemented :)

@rhaidiz rhaidiz added the enhancement New feature or request label Feb 18, 2020
@rhaidiz rhaidiz self-assigned this Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants