Login Page - Create Account

Support Board


Date/Time: Wed, 29 Jan 2025 05:48:36 +0000



Post From: Using sc.MakeHTTPRequest for shared files on cloud

[2019-03-01 08:56:23]
@sstfrederik - Posts: 405
Google drive always redirects the initial link.

By using https://httpstatus.io/ with the link above you can see a 302 redirect to the actual file.

when I view the sc.HTTPResponse in the message log I get a 404 output as seen below:

<HTML>
<HEAD>
<TITLE>Not Found</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Not Found</H1>
<H2>Error 404</H2>
</BODY>
</HTML>

Somehow it seems that sc.MakeHTTPRequest gives up and produces a standard 404. Can sc.MakeHTTPRequest make the first response available in the sc.HTTPResponse?

Thanks.