Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Ven6
Contributor III
Contributor III

How to how to connect to a site and download a file by passing in POST certain parameters

Hello,
I would like to download a file from a website using the POST method.

The file is downloaded by calling the page: https://lapage.com/downloadFile.php and passing the POST information below:

  • Nickname: User nickname
  • Password: User password
  • Date: Date of the desired file in YYYY-MM-DD format

In return for this call, the server will return the stream of the zipped file or an error message in json format.

 

I need help please !!

Labels (2)
1 Solution

Accepted Solutions
3 Replies
Ven6
Contributor III
Contributor III
Author

bUT RESPONSE IS cONNECTION TIMEOUT
karthikj18
Contributor III
Contributor III

Hi,

Looks like link is not working. Please check once the web link if works fine in Postman (its an utility helps to post APIs and check response, kind of testing). Then replicate the same in tHttpRequest component.

 

Thanks.