Fetching a text page from a web browser using Tibco

706 Views Asked by At

I'm trying to fetch a page from a web browser using Tibco tool.

For Example, URL http://en.wikipedia.org/wiki/Plant: en.wikipedia.org acts as the hostname, and after that comes in the file name I am opening.

Using Tibco tool(HTTP Palette), I try to fetch that page into my TIBCO, but when I run this it shows 4XX status code error.

Is there any way to fetch any page hosted in browser window to tibco without saving in my local machine?

1

There are 1 best solutions below

1
On

Configure the Send HTTP Request activity like this:

Configuration tab

Configuration tab

Input tab

Input tab

Then run a test. The HTML content of the page will be returned in the asciiContent output field. Note that if you are sitting behind a proxy, you might need to configure it on the Configuration tab.