got a HTTP Error 403: Forbidden error.
how to i get response headers even with HTTP Error 403: Forbidden error.
i'm able to see them in log with br.set_debug_http(True) but cannot seem to obtain them with br.open(url).info() or .response() as it fails to open.
I want the set-cookie values.
and see if using those cookies will give me an access.
|