All of that and I still forgot the ampersand
This commit is contained in:
parent
3d93824aef
commit
3b4c3cf0b8
@ -60,7 +60,7 @@ export async function onRequestGet(context: RequestContext) {
|
|||||||
|
|
||||||
for (let i = 0; i < signatures.length; i++) {
|
for (let i = 0; i < signatures.length; i++) {
|
||||||
resolvedUrls.push(
|
resolvedUrls.push(
|
||||||
`${unsignedUrls[i]}Signature=${btoa(
|
`${unsignedUrls[i]}&Signature=${btoa(
|
||||||
String.fromCharCode(...new Uint8Array(signatures[i])),
|
String.fromCharCode(...new Uint8Array(signatures[i])),
|
||||||
)
|
)
|
||||||
.replaceAll("+", "-")
|
.replaceAll("+", "-")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user