Authentification Python Https

filename.py


# -*- coding: utf_8 -*-  
import urllib,urllib2
import sys

def test ():
	sys.argv.pop(0)
	ids = sys.argv[0]
	branchName = sys.argv[1]
	resourceId = sys.argv[2]
	filesId = sys.argv[3]

	txt = "hello world"
	print 'txt:', txt

	mydata=[('ids',ids),('txt',txt)] 
	mydata=urllib.urlencode(mydata)
	path='https://xxxx.xx.xx.php'
	password_mgr = urllib2.HTTPPasswordMgrWithDefaultRealm()
	password_mgr.add_password(None,path,"username","password")
	opener = urllib2.build_opener(urllib2.HTTPSHandler(),urllib2.HTTPBasicAuthHandler(password_mgr))
	urllib2.install_opener(opener)

	req=urllib2.Request(path, mydata)
	req.add_header("Content-type", "application/x-www-form-urlencoded")
	page=urllib2.urlopen(req).read()

	print page

if __name__ == '__main__':
	test()

Recommended Posts

Authentification Python Https
Authentification BASIC avec bouteille Python
Essayez l'authentification de base de données IAM à partir de Python
Authentification à l'aide de l'authentification des utilisateurs tweepy et de l'authentification d'application (Python)
python kafka
Les bases de Python ⑤
Résumé Python
Notation d'inclusion Python
Technique Python
Étudier Python
Mémorandum Python
Python FlowFishMaster
Service Python
astuces python
fonction python ①
Les bases de Python
Mémo Python
ufo-> python (3)
Notation d'inclusion Python
Installer python
Python Singleton
Authentification sans mot de passe avec RDS et IAM (Python)
Les bases de Python ④
Mémorandum Python 2
mémo python
Python Jinja2
Incrément Python
atCoder 173 Python
[Python] fonction
Installation de Python
Installer Python 3.4.3.
Essayez Python
Mémo Python
Itératif Python
Algorithme Python
Python2 + mot2vec
[Python] Variables
Python sys.intern ()
Tutoriel Python
Fraction Python
underbar python C'est ce que
Résumé Python
Démarrer python
Remarque: Python
Configuration de l'authentification de base à l'aide de Python @Lambda
Les bases de Python ③
Sortie du journal python
Les bases de Python
[Scraping] Scraping Python
Mise à jour Python (2.6-> 2.7)
mémo python
Mémorandum Python
Python #sort
ufo-> python
Python nslookup
apprentissage de python
[Rpmbuild] Python 3.7.3.