Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6833223
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:57:08+00:00 2026-05-26T22:57:08+00:00

I can set an http proxy using request.meta[‘proxy’], but how do I authenticate the

  • 0

I can set an http proxy using request.meta[‘proxy’], but how do I authenticate the proxy?

This does not work to specify user and pass:

request.meta['proxy'] = 'http://user:pass@123.456.2323:2222'

From looking around, I may have to send request.headers[‘Proxy-Authorization’], but what format do I send it in?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T22:57:08+00:00Added an answer on May 26, 2026 at 10:57 pm

    username and password are base64 encoded in the form “username:password”

    import base64
    
    # Set the location of the proxy
    proxy_string = choice(self._get_proxies_from_file('proxies.txt')) # user:pass@ip:port
    proxy_items = proxy_string.split('@')
    request.meta['proxy'] = "http://%s" % proxy_items[1]
    
    # setup basic authentication for the proxy
    user_pass=base64.encodestring(proxy_items[0])
    request.headers['Proxy-Authorization'] = 'Basic ' + user_pass
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have written an HTTP proxy that does some stuff that's not relevant here,
I need to send a CSV file in HTTP response. How can I set
I can set data in JTable constructor, and then user can change this data
You can set the Vim color scheme by issuing :colorscheme SCHEME_NAME but, oddly enough,
How can I create a non-http proxy with Twisted. Instead I would like to
I'm using nodejs to create a simple proxy server that logs http and https
While using left menu I am not redirecting to the other page but using
I am able to get a manual proxy set up in firefox using android-sdk
So using VS2010 (or SVCUTIL.EXE) to created a WCF class, it does not generate
Is there any way I connect Apache to Tomcat using an HTTP proxy such

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.