Problem with use HTTP Request to save image

I’m using HTTP Request Activity to save image with URL
(the image which on website its too small so I want get img src then save by URL)

download is success but the image cant open.

I set HTTP Request Activity End Point with
https://leju-watermark-protected.s3-ap-northeast-1.amazonaws.com/othersfloor/102218/1024x768_1_1498014249_6662.jpg

ResoursePath with “test.jpg”

the image I want to save

saved but can’t open

any one can help me? thank you

1 Like

Hi,

This site seems to requires login. Can you check content of your download file via text editor? You might see some error message.

Probably, you need to send request wirth some authentication info if you wan to use HTTP Request Activity.

Regards,

2 Likes

@Yoichi thanks ur reply

I tried to open file with notepad++

is this mean I need send request with authentication ?

If really need .

what should I do is better?

thank you.

Hi,

Probably this site reistricts to access the image directly.
It might be solved that you add HTTP referer information to your request or some cookies, like browser does.

Regards,

2 Likes

OK ,I think I should try other way to save image
thanks again

1 Like