Re: Receive Dropbox file
Posted: Wed Sep 17, 2014 11:02 am
Hi,
when I tried it, the first fault was, that 'Location' was now in lower case.
I use now a LCase() to eliminate this fault.
Next thing: the second redirect points to a https URL.
So you need to use windows API stuff to manage https or curl if you want to be crossplatform.
Search for https in the forum.
Bernd
when I tried it, the first fault was, that 'Location' was now in lower case.
I use now a LCase() to eliminate this fault.
Next thing: the second redirect points to a https URL.
So you need to use windows API stuff to manage https or curl if you want to be crossplatform.
Search for https in the forum.
Bernd