request to a server from an extension – refresh page after receiving response from server in a browser extension
Maybe I’m missing something, since I’m new to using browser extensions. From an extension a request is made to a proxy, the proxy obtains the response from the final server that responds with the entire HTML document. In the extension I receive everything, including the html and headers. What do I have to do now with that html? what I want is for the new updated cookies to be installed in the browser.