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

  • Home
  • SEARCH
  • 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 928405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:00:14+00:00 2026-05-15T20:00:14+00:00

The site I’m trying to spider is using the javascript: request.open(POST, url, true); To

  • 0

The site I’m trying to spider is using the javascript:

request.open("POST", url, true);

To pull in extra information over ajax that I need to spider. I’ve tried various permutations of:

r = mechanize.urlopen("https://site.tld/dir/" + url, urllib.urlencode({'none' : 'none'}))

to get Mechanize to get the page but it always results in me getting the login HTML again, indicating that something is wrong. Firefox doesn’t seem to add any HTTP data to the POST according to Firebug, and I’m adding an empty field to try and force the urlopen to use “POST” instead of “GET” hoping the site ignores the field. I thought that Mechanize’s urlopen DOES include cookies. But being HTTPS it’s hard to wireshark the transaction to debug.

Is there a better way?

Also there doesn’t seem to be decent API documentation for Mechanize, just examples. This is annoying.

  • 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-15T20:00:15+00:00Added an answer on May 15, 2026 at 8:00 pm

    This was what I came up with:

    req = mechanize.Request("https://www.site.com/path/" + url, " ")
    req.add_header("User-Agent", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7")
    req.add_header("Referer", "https://www.site.com/path")
    cj.add_cookie_header(req)
    res = mechanize.urlopen(req)
    

    Whats interesting is the ” ” in the call to mechanize.Request forces it into “POST” mode. Obviously the site didn’t choke on a single space 🙂

    It needed the cookies as well. I debugged the headers using:

    hh = mechanize.HTTPHandler()
    hsh = mechanize.HTTPSHandler()
    hh.set_http_debuglevel(1)
    hsh.set_http_debuglevel(1)
    opener = mechanize.build_opener(hh, hsh)
    logger = logging.getLogger()
    logger.addHandler(logging.StreamHandler(sys.stdout))
    logger.setLevel(logging.NOTSET)
    mechanize.install_opener(opener)
    

    Against what Firebug was showing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 456k
  • Answers 456k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer No, you can't do this with one application as services… May 15, 2026 at 10:21 pm
  • Editorial Team
    Editorial Team added an answer just found a solution. i don't know if it is… May 15, 2026 at 10:21 pm
  • Editorial Team
    Editorial Team added an answer Yes it is safe as the script is added at… May 15, 2026 at 10:21 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.