Function PostPage

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
Yorgul
Posts: 13
Joined: 2003-01-22 23:26:26

Function PostPage

Post by Yorgul »

I'm still working on the 7arte.net script.
Could the function PostPage solve the problem?
What parameters does it take?

function PostPage(address: string; params: string): string;
antp
Site Admin
Posts: 9639
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Postpage is when the servers wants a POST instead of a GET, which is not the case here.
For 7arte it seems to be a bug in the HTTP client that I use. With the old version of this client it works.
When I've few time I'll maybe try to find what's the problem, but it is really strange that the servers sends the correct page but with only the movie links missing.
Guest

Post by Guest »

does anybody knows how this function really works?
Post Reply