Cannot get secure link with expires to work
Duke Dougal
dukedougal at gmail.com
Wed May 1 00:06:12 UTC 2019
should be:
curl
http://127.0.0.1/html/index.html?md5=FsRb_uu5NsagF0hA_Z-OQg&expires=2147483647
i.e.
curl "http://127.0.0.1/html/index.html?md5=${md5}&expires=${expiry}"
Patrick
Yes you’re correct there was a missing ampersand in the curl query but it
still doesn’t work.
Any further ideas?
thanks
On Wed, May 1, 2019 at 9:50 AM Patrick <201904-nginx at jslf.app> wrote:
> On 2019-05-01 09:14, Duke Dougal wrote:
> > ubuntu at ip-172-31-34-191:/var/www$ curl
> >
> http://127.0.0.1/html/index.html?md5=FsRb_uu5NsagF0hA_Z-OQgexpires=2147483647
>
> should be:
>
> curl
> http://127.0.0.1/html/index.html?md5=FsRb_uu5NsagF0hA_Z-OQg&expires=2147483647
>
> i.e.
> curl "http://127.0.0.1/html/index.html?md5=${md5}&expires=${expiry}"
>
>
> Patrick
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20190501/3605517d/attachment-0001.html>
More information about the nginx
mailing list