C
C#17mo ago
Aralim

Please help me get started with proxy

Hello everyone, there was a need to write a program that will redirect outgoing requests from example.com to myexample.com I understand this requires a proxy and a certificate for HTTPS traffic? Who can suggest what to study on this topic? Libraries or harold
8 Replies
Patrick
Patrick17mo ago
outgoing requests? that's not what a reverse proxy is - a reverse proxy takes an incoming request and routes it elsewhere this also has nothing to do with https
Aralim
Aralim17mo ago
I'm not very good at this ... I just read that the proxy does this ...
Patrick
Patrick17mo ago
does what
Aralim
Aralim17mo ago
My English is bad but I will try to explain. I have an application that accesses https://site1.com I need to catch this outgoing connection and redirect it to https://site2.com and receive a response from there. The part that returns the response is the API I have. I can't figure out how to redirect the outgoing request.
Patrick
Patrick17mo ago
for what purpose
Aralim
Aralim17mo ago
For MMO BAG Online, closed in Russia, there is no way to disassemble the launcher, it sends packets to the dead API. I try to send them to my server in order to start the client on the key received from the API and then connect to my server emulator. P.s The game is from 2014 and the chances of finding the source... very little. I guess that the essence of the question is strange because it is not quite "legal" ... But in this case, I simply have no other solution) I couldn't think of another way)
Patrick
Patrick17mo ago
thus it's not permitted on this server
Aralim
Aralim17mo ago
But this is not a copyright infringement or anything else. There is no company with rights, the project is dead ... Understood ... sorry. Question closed.