I apologize that the title may be confusing, I couldn’t find how to explain myself.
I received http requests from the desktop application and I made a bot that creates an account for it, but the example url is https://127.0.0.1:6327/user” and the requests only work when the application is open in the background, this port must be open. I want to send these requests with prox but the application that is open in the background only detects the internet of the pc. How can I solve this, do I need to get tls information from wireshark? If so, how can I do this with python.
I didn’t know how to search for my problem so I didn’t try much.
6