Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using scrapy FormRequest #38

Open
expired-brain opened this issue Apr 22, 2019 · 1 comment
Open

using scrapy FormRequest #38

expired-brain opened this issue Apr 22, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@expired-brain
Copy link

is there any way to use scrapy.FormRequest?
like splash have SplashFormRequest, without it what is the option for handling post requests?

@jenishsakhiya
Copy link

I would suggest using SeleniumRequest with the method argument set to POST and parsing all the form fields manually, storing them to a dictionary and then urlencoding the dictionary and set it to body argument (because SeleniumRequest doesn't support formdata argument).

@clemfromspace clemfromspace added the enhancement New feature or request label Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants