justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.92k stars 610 forks source link

Hostname - web - data packets #708

Open Apertura1993 opened 4 years ago

Apertura1993 commented 4 years ago

Hi,

How can I get UDP packets and addresses such as the hostname and so on for addresses that are important to me (the page I want to access)? I need the entire unpaired request.

honfika commented 4 years ago

Hi,

As far as I know there is no UDP communication in TWP. Only TCP. (HTTP/3 is not supported)

Apertura1993 commented 4 years ago

Hi,

Ok. Can I decompile the library and make modifications for my project?

Regards.

honfika commented 4 years ago

This library is opensource, no need to decompile that... You are here in GitHub, you can find the full source code here.

https://github.com/justcoding121/Titanium-Web-Proxy Click on the fork button and clone your fork to your machine.

Once you made the modification you can push it to GitHub and you can make a PR if you think that it contains a modification which is useful for other users.

However I don't understand what do you want to achieve. Could you please explain it?