webpage2html icon indicating copy to clipboard operation
webpage2html copied to clipboard

cookie support

Open zTrix opened this issue 8 years ago • 2 comments

support cookie, or other request params

zTrix avatar Aug 22 '15 03:08 zTrix

One has to add a custom header parameter, store it, parse it into a dict and add the header around the following lines, right?

        headers = {
            'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0'
        }

DopeforHope avatar Jan 25 '20 15:01 DopeforHope

You could also modify the source code as you need.

zTrix avatar Feb 02 '20 09:02 zTrix