Code Monkey home page Code Monkey logo

Comments (5)

oprypin avatar oprypin commented on July 30, 2024

Oh this isn't so bad with urlparse.urljoin

browser.submit(my_form, urlparse.urljoin(my_page.url, my_form['action']))

from mechanicalsoup.

hickford avatar hickford commented on July 30, 2024

Hi Oleh. Thanks for your message. Let me take a look.

Ah I remember this. The challenge is the form object doesn't know the url it came from. As a convenience I added a second parameter to browser.submit used to resolve action

browser.submit(form, page.url)

Example https://github.com/hickford/MechanicalSoup/blob/9df83dc607dad5d72bf0fb3c432d34253c43828a/example.py#L24

This deserves a mention in the docs.

from mechanicalsoup.

oprypin avatar oprypin commented on July 30, 2024

page.url is not good, because action URL is different.

It definitely does not always work out to just send the POST request to the same URL.

from mechanicalsoup.

hickford avatar hickford commented on July 30, 2024

Pardon that wasn't clear, it does a urljoin with action. Check the code https://github.com/hickford/MechanicalSoup/blob/9df83dc607dad5d72bf0fb3c432d34253c43828a/mechanicalsoup/browser.py#L30

from mechanicalsoup.

oprypin avatar oprypin commented on July 30, 2024

Indeed it works exactly the same. Thanks and sorry.

from mechanicalsoup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.