Re: Can you scrape content with WodHttpDLX in Delp (General questions)
Hi Buddy,
When you do a POST, the component automatically retrieves the response returned by server.
However, since tinyurl.com returns the URL in a webpage, the response will contain whole HTML source of the page. You will need to parse response body in order to find the URL.
Hope this helps.
Regards,
Damba