Mageia Bugzilla – Attachment 13886 Details for
Bug 32032
python-requests new security issue CVE-2023-32681
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
test2
py3requests_test2.py (text/plain), 148 bytes, created by
Herman Viaene
on 2023-06-22 13:49:06 CEST
(
hide
)
Description:
test2
Filename:
MIME Type:
Creator:
Herman Viaene
Created:
2023-06-22 13:49:06 CEST
Size:
148 bytes
patch
obsolete
>import requests >r = requests.get('http://github.com', allow_redirects=True) >print (r.history) >print (r.url) >print (r.status_code) >print (r.cookies)
import requests r = requests.get('http://github.com', allow_redirects=True) print (r.history) print (r.url) print (r.status_code) print (r.cookies)
View Attachment As Raw
Actions:
View
Attachments on
bug 32032
:
13885
| 13886 |
13887