How to submit this form via post http request

General discussions about Automagic and automation in general

Moderator: Martin

Post Reply
Indiboy
Posts: 27
Joined: 12 Apr 2017 06:07

How to submit this form via post http request

Post by Indiboy » 18 Jul 2017 03:26

I want to use the search feature on this page
https://www.readlightnovel.com/detailed-search

I just want to search the keyword....
How do i post the form?????
Thanks

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: How to submit this form via post http request

Post by Martin » 19 Jul 2017 18:51

Hi,

You could use action HTTP Request with following settings:
URL: https://www.readlightnovel.com/detailed-search
Request Method: POST
Content Type: Form
Form Field List: keyword=test,search=1

The result page (HTML) will be stored in variable response. You will have to use a script to find the individual search result items.

Regards,
Martin

Indiboy
Posts: 27
Joined: 12 Apr 2017 06:07

Re: How to submit this form via post http request

Post by Indiboy » 20 Jul 2017 02:53

Thanks
Did anyone Tell u that you are amazing???

Have a nice day

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: How to submit this form via post http request

Post by Martin » 21 Jul 2017 19:26

Thanks! :D

Post Reply