Note: Send an HTTP message using the Python emulation browser

Source: Internet
Author: User

Python's own urllib,urllib2 can be very convenient to do HTTP operations, after we submit a message request in HTTP, it is possible to see the return of the error "403 Forbidden", which is the request of the site to prevent, so we need to disguise themselves as a simulator. In this case, you can add headers={' user-agent ': user-agent, ' Cookie ': cookie}, note that the operation of the website needs to login account, you need to add a cookie, these two values can be viewed through Chrome's developer tools:

Add them up, then add them to the request value:

req = Urllib2. Request (url = req_url,data = trans_data_urlencode,headers=headers)

This will allow you to simulate the browser sending the message.

Note: Send an HTTP message using the Python emulation browser

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.