File tree 1 file changed +3
-3
lines changed
examples/v7-edge-functions/functions/general/signed-request
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ async function generateSignedUrl(request, key) {
59
59
<body>
60
60
<p>Click the following links for verification:</p>
61
61
<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>
65
65
</ul>
66
66
</body>
67
67
</html>
You can’t perform that action at this time.
0 commit comments