Page 1 of 1
How to submit this form via post http request
Posted: 18 Jul 2017 03:26
by Indiboy
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
Re: How to submit this form via post http request
Posted: 19 Jul 2017 18:51
by Martin
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
Re: How to submit this form via post http request
Posted: 20 Jul 2017 02:53
by Indiboy
Thanks
Did anyone Tell u that you are amazing???
Have a nice day
Re: How to submit this form via post http request
Posted: 21 Jul 2017 19:26
by Martin
Thanks!