python urllib2 data post over https

M

miamia

hello, I am using this code to send data over https with post method:

params='tieto data idu na sevrer\n'
kamodoslat = "https://domena.tld/script.php"
req = urllib2.Request(kamodoslat)
req.add_header('User-Agent', 'agent')
resp = urllib2.urlopen(req, params)

how can I make sure that data were really sent over secured protocol
https and all communcation went through https?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top