mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-30 22:34:18 -05:00
parent
5eab3024c6
commit
b18d156894
1 changed files with 3 additions and 1 deletions
|
@ -223,9 +223,11 @@ Try it out by running:
|
||||||
imageproxy -signatureKey "secret key"
|
imageproxy -signatureKey "secret key"
|
||||||
|
|
||||||
Reload the [codercat URL][], and you should see an error message. Now load a
|
Reload the [codercat URL][], and you should see an error message. Now load a
|
||||||
[signed codercat URL][] and verify that it loads properly.
|
[signed codercat URL][] (which contains the [signature option][]) and verify
|
||||||
|
that it loads properly.
|
||||||
|
|
||||||
[signed codercat URL]: http://localhost:8080/500,sXyMwWKIC5JPCtlYOQ2f4yMBTqpjtUsfI67Sp7huXIYY=/https://octodex.github.com/images/codercat.jpg
|
[signed codercat URL]: http://localhost:8080/500,sXyMwWKIC5JPCtlYOQ2f4yMBTqpjtUsfI67Sp7huXIYY=/https://octodex.github.com/images/codercat.jpg
|
||||||
|
[signature option]: https://godoc.org/willnorris.com/go/imageproxy#hdr-Signature
|
||||||
|
|
||||||
Some simple code samples for generating signatures in various languages can be
|
Some simple code samples for generating signatures in various languages can be
|
||||||
found in [URL Signing](https://github.com/willnorris/imageproxy/wiki/URL-signing).
|
found in [URL Signing](https://github.com/willnorris/imageproxy/wiki/URL-signing).
|
||||||
|
|
Loading…
Reference in a new issue