whoami7 - Manager
:
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
python3-pycurl
/
examples
/
quickstart
/
Upload File:
files >> //proc/self/root/usr/share/doc/python3-pycurl/examples/quickstart/follow_redirect.py
#! /usr/bin/env python # -*- coding: utf-8 -*- # vi:ts=4:et import pycurl c = pycurl.Curl() # Redirects to https://www.python.org/. c.setopt(c.URL, 'http://www.python.org/') # Follow redirect. c.setopt(c.FOLLOWLOCATION, True) c.perform() c.close()
Copyright ©2021 || Defacer Indonesia