-
Notifications
You must be signed in to change notification settings - Fork 27
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
Request duplication #7
Comments
Hi, is it duplicate the request and send again? |
@SummerGram yes, replay every single request |
mind if I take this? |
Sure why not |
@emanuele-em hi, Will How does the proxy send back response to the software like web browser?
|
You call internal directly from read more about https connect method here |
Hi @emanuele-em, The proxy is in the other thread. It sends the request and response to the GUI. To allow the GUI duplicate the request, should we create a socket in the GUI to send the duplicated request to the address of the proxy? |
@SummerGram unfortunately I didn't have time yet to think about a good solution but from the gut maybe your solution isn't very idiomatic, it should be better to manage backend stuff from API, you can set a replay button that call a function in API passing the url maybe |
It could be useful to add the possibility to duplicate every request
The text was updated successfully, but these errors were encountered: