I want your extract.php to use post instead of get.
Is there a parameter to change this?
I have a link that want to convert to rss with your service, but the link redirect if the request is get, and get the content if the request is post (it is used to get more content in a page as Ajax, that’s way it only accept post)
I wish you can add the ability to make post instead of get request for getting content. thanks.
Hi @malozaibi, welcome at the forums.
I am not a developer and not completely sure, that I understood your problem. You can access FeedCreator with get and post as the hint on the page describes. But i don’t think, that it is possible to chose, how FC is getting the content from the website (at the moment).
Is it possible that you give us the link to the landing page from where you want to generate the feed? If that is not written in Latin letters you maybe should give us hints, how to find the linked articles on the page. So maybe we could find a different solution without the need of reading a post result.
1 Like
Thank you,
The link if used as GET method will give you the content of another page. but if used as POST method you will get the content of the real data.
https://manga.detectiveconanar.com/manga/detectiveconan/ajax/chapters/
this is an example link.
I prefer you send my request to a developer, he will understand. It is easy thing to do, He will create a new option in the extract.php if true POST will be used instead of GET for the getting the content in your backend.
Thanks again
1 Like
Thanks for the request and the info, @malozaibi. @HolgerAusB is right in that this is not an option that we offer at the moment in Feed Creator. But I’ve made a note of your request for a future update, so hopefully in a future version we will have this option.