I would like to use the httpfetcher to grab a websites source html. But since it does not support POST, I am limited to only reciveving the first 512 signs..
Any workaround available?
I would like to use the httpfetcher to grab a websites source html. But since it does not support POST, I am limited to only reciveving the first 512 signs..
Any workaround available?
I've never tried it myself, but have you looked at the HTTPUploader transformer? It supports POST and will (as far as I can tell) store the reponse data in an attribute, much like the HTTPFetcher.
David
Beside the HTTP fetcher I dont really see any other option.
Can you provide a link to one of the websites?
Itay
David
Hi guys,
unfortuainly i didnt get the HTTPUploader to work..
So python seems to be the way to go here.
Thank you