diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-30 19:51:43 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-30 19:51:43 +0200 |
commit | 991e7cf0fe0197b9ece4fdc985afb7a1c9c258a0 (patch) | |
tree | 821dbc7fa883e45387a0be37be0fbf8931a048f0 | |
parent | 7f3be1a0048f2ddd2cdda9ab17e2316a6bdeee0d (diff) | |
download | collection-json-explorer-991e7cf0fe0197b9ece4fdc985afb7a1c9c258a0.tar.gz collection-json-explorer-991e7cf0fe0197b9ece4fdc985afb7a1c9c258a0.tar.bz2 collection-json-explorer-991e7cf0fe0197b9ece4fdc985afb7a1c9c258a0.tar.xz collection-json-explorer-991e7cf0fe0197b9ece4fdc985afb7a1c9c258a0.zip |
o Adding Accept header when forwarding URL to Redbot.
-rw-r--r-- | views/data.jade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/data.jade b/views/data.jade index 0655045..f5a3b0a 100644 --- a/views/data.jade +++ b/views/data.jade @@ -49,6 +49,7 @@ block meta form(action='http://redbot.org/?') p input(name='uri', value=url, type='hidden') + input(name='req_hdr', value='Accept: application/vnd.collection+json', type='hidden') input(type='submit', value='Check with redbot.org') |