Guest User

Untitled

a guest
Jan 22nd, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. "$schema": "http://json.schemastore.org/proxies",
  3. "proxies": {
  4. "myProxy": {
  5. "matchCondition": {
  6. "route": "/my_route",
  7. "methods": [
  8. "GET"
  9. ]
  10. },
  11. "backendUri": "https://my_storage.blob.core.windows.net/my_blob/index.html",
  12. "requestOverrides": {
  13. "backend.request.querystring.SharedAccessSignature": "my_shared_access_signature"
  14. }
  15. }
  16. }
  17. }
Add Comment
Please, Sign In to add comment