<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Python%2Frequests</id>
	<title>Python/requests - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Python%2Frequests"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Python/requests&amp;action=history"/>
	<updated>2026-05-05T05:27:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Python/requests&amp;diff=7323&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;== requests ==   import requests  requests.post(url=&#039;https://foo.example&#039;, data={&#039;bar&#039;:&#039;baz&#039;})  == Ignore SSL ==   requests.get(&#039;https://bad-ssl.com&#039;, verify=False)  Turn off all warning messages:  import requests  requests.urllib3.disable_warnings()  As of Python 3.6+ can turn off the specific warning message too:  import warnings  warnings.filterwarnings(&quot;ignore&quot;, message=&quot;Unverified HTTPS request&quot;)  ref: https://stackoverflow.com/questions/15445981/how-do-i-disable-th...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Python/requests&amp;diff=7323&amp;oldid=prev"/>
		<updated>2024-05-14T01:37:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== requests ==   import requests  requests.post(url=&amp;#039;https://foo.example&amp;#039;, data={&amp;#039;bar&amp;#039;:&amp;#039;baz&amp;#039;})  == Ignore SSL ==   requests.get(&amp;#039;https://bad-ssl.com&amp;#039;, verify=False)  Turn off all warning messages:  import requests  requests.urllib3.disable_warnings()  As of Python 3.6+ can turn off the specific warning message too:  import warnings  warnings.filterwarnings(&amp;quot;ignore&amp;quot;, message=&amp;quot;Unverified HTTPS request&amp;quot;)  ref: https://stackoverflow.com/questions/15445981/how-do-i-disable-th...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== requests ==&lt;br /&gt;
&lt;br /&gt;
 import requests&lt;br /&gt;
 requests.post(url=&amp;#039;https://foo.example&amp;#039;, data={&amp;#039;bar&amp;#039;:&amp;#039;baz&amp;#039;})&lt;br /&gt;
&lt;br /&gt;
== Ignore SSL ==&lt;br /&gt;
&lt;br /&gt;
 requests.get(&amp;#039;https://bad-ssl.com&amp;#039;, verify=False)&lt;br /&gt;
&lt;br /&gt;
Turn off all warning messages:&lt;br /&gt;
 import requests&lt;br /&gt;
 requests.urllib3.disable_warnings()&lt;br /&gt;
&lt;br /&gt;
As of Python 3.6+ can turn off the specific warning message too:&lt;br /&gt;
 import warnings&lt;br /&gt;
 warnings.filterwarnings(&amp;quot;ignore&amp;quot;, message=&amp;quot;Unverified HTTPS request&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
ref: https://stackoverflow.com/questions/15445981/how-do-i-disable-the-security-certificate-check-in-python-requests&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>