Skip to content

Commit ed73613

Browse files
committed
Update request signing content
1 parent 64e7865 commit ed73613

File tree

1 file changed

+3
-3
lines changed
  • examples/v7-edge-functions/functions/general/signed-request

1 file changed

+3
-3
lines changed

examples/v7-edge-functions/functions/general/signed-request/main.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ async function generateSignedUrl(request, key) {
5959
<body>
6060
<p>Click the following links for verification:</p>
6161
<ul>
62-
<li><a href="${validUrl}">Valid URL</a><pre>(${validUrl})</pre></li>
63-
<li><a href="${modifiedExpiryUrl}">Invalid with modified Expiry URL</a><pre>(${modifiedExpiryUrl})</pre></li>
64-
<li><a href="${modifiedMacUrl}">Invalid with modified Mac URL</a><pre>(${modifiedMacUrl})</pre></li>
62+
<li><a href="${validUrl}">Valid request.</a><pre>(${validUrl})</pre></li>
63+
<li><a href="${modifiedExpiryUrl}">Invalid request due to a modified <code>expiry</code> parameter.</a><pre>(${modifiedExpiryUrl})</pre></li>
64+
<li><a href="${modifiedMacUrl}">Invalid request due to a modified <code>mac</code> parameter.</a><pre>(${modifiedMacUrl})</pre></li>
6565
</ul>
6666
</body>
6767
</html>

0 commit comments

Comments
 (0)