Mageia Bugzilla – Attachment 12260 Details for
Bug 27407
python-urllib3 new security issue CVE-2020-26137
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Output from running tutorial.py
session (text/html), 1.39 KB, created by
Len Lawrence
on 2021-01-25 17:39:29 CET
(
hide
)
Description:
Output from running tutorial.py
Filename:
MIME Type:
Creator:
Len Lawrence
Created:
2021-01-25 17:39:29 CET
Size:
1.39 KB
patch
obsolete
>1.24.3 >200 ><!DOCTYPE html> ><html lang="en"> ><head> > <meta charset="UTF-8"> > <meta name="viewport" content="width=device-width, initial-scale=1.0"> > <title>My html page</title> ></head> ><body> > > <p> > Today is a beautiful day. We go swimming and fishing. > </p> > > <p> > Hello there. How are you? > </p> > ></body> ></html> > > >nginx/1.6.2 >Mon, 25 Jan 2021 16:31:44 GMT >text/html >Sat, 20 Jul 2019 11:49:25 GMT >200 >{ > "args": { > "age": "23", > "name": "Peter" > }, > "headers": { > "Accept-Encoding": "identity", > "Host": "httpbin.org", > "X-Amzn-Trace-Id": "Root=1-600ef21f-6c76a58b5302a4651baa97d7" > }, > "origin": "82.32.175.201", > "url": "https://httpbin.org/get?name=Peter&age=23" >} > >{ > "args": {}, > "data": "", > "files": {}, > "form": { > "name": "John Doe" > }, > "headers": { > "Accept-Encoding": "identity", > "Content-Length": "131", > "Content-Type": "multipart/form-data; boundary=2309ec69b4f1760fd61e2c9379b703eb", > "Host": "httpbin.org", > "X-Amzn-Trace-Id": "Root=1-600ef21f-341e166a4a7f9dba10d50285" > }, > "json": null, > "origin": "82.32.175.201", > "url": "https://httpbin.org/post" >} > >{'name': 'John Doe'} >404 >https://httpbin.org/redirect-to?url=/ >HTTPHeaderDict({'Server': 'awselb/2.0', 'Date': 'Mon, 25 Jan 2021 16:30:25 GMT', 'Content-Type': 'text/plain; charset=utf-8', 'Content-Length': '0', 'Connection': 'keep-alive'})
1.24.3 200 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My html page</title> </head> <body> <p> Today is a beautiful day. We go swimming and fishing. </p> <p> Hello there. How are you? </p> </body> </html> nginx/1.6.2 Mon, 25 Jan 2021 16:31:44 GMT text/html Sat, 20 Jul 2019 11:49:25 GMT 200 { "args": { "age": "23", "name": "Peter" }, "headers": { "Accept-Encoding": "identity", "Host": "httpbin.org", "X-Amzn-Trace-Id": "Root=1-600ef21f-6c76a58b5302a4651baa97d7" }, "origin": "82.32.175.201", "url": "https://httpbin.org/get?name=Peter&age=23" } { "args": {}, "data": "", "files": {}, "form": { "name": "John Doe" }, "headers": { "Accept-Encoding": "identity", "Content-Length": "131", "Content-Type": "multipart/form-data; boundary=2309ec69b4f1760fd61e2c9379b703eb", "Host": "httpbin.org", "X-Amzn-Trace-Id": "Root=1-600ef21f-341e166a4a7f9dba10d50285" }, "json": null, "origin": "82.32.175.201", "url": "https://httpbin.org/post" } {'name': 'John Doe'} 404 https://httpbin.org/redirect-to?url=/ HTTPHeaderDict({'Server': 'awselb/2.0', 'Date': 'Mon, 25 Jan 2021 16:30:25 GMT', 'Content-Type': 'text/plain; charset=utf-8', 'Content-Length': '0', 'Connection': 'keep-alive'})
View Attachment As Raw
Actions:
View
Attachments on
bug 27407
:
12259
| 12260