Hunter Kelly
02/17/2021, 2:32 PMHunter Kelly
02/17/2021, 2:34 PMHunter Kelly
02/17/2021, 2:36 PMstatic/
folder in the bucket and making it public allows me to use curl to fetch objects directly, but still get 403s on the generated resources.Hunter Kelly
02/17/2021, 2:43 PMscript
and link
blocks and just pasting in the S3 http paths.Hunter Kelly
02/17/2021, 2:45 PM/shorten?value=<http://example.com|example.com>
GET requestHunter Kelly
02/17/2021, 2:51 PM/STAGE/
part of the pathTanVD
02/17/2021, 2:59 PMHunter Kelly
02/17/2021, 3:01 PM/1
at the start of the path of the links. (Don’t see how browser would effect that).TanVD
02/17/2021, 3:03 PMTanVD
02/17/2021, 3:03 PMTanVD
02/17/2021, 3:03 PMHunter Kelly
02/17/2021, 3:06 PMshortener.js
file, line 20:
http.open('GET', url("/shorten", {value: input.value}), true);
Hunter Kelly
02/17/2021, 3:30 PMtoAbsoluteHref
function on the appropriate strings and changing the path in the shortener.js
file. Not ideal, but allows me to make progress on my actual task 😄Hunter Kelly
02/17/2021, 3:35 PMshorten
function has hard-coded "<https://short.kotless.io>"
rather than using request contextTanVD
02/17/2021, 6:20 PMTanVD
02/17/2021, 6:21 PM