summaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-03-02 20:03:17 +0100
committerFlorian Dold <florian@dold.me>2021-03-02 20:03:17 +0100
commit66f6cf25d499b97a5a8811ca34ab72f096dd31d4 (patch)
treea605f6cedf52f71b5d0566746621478ce3fe0bc2 /src/include/platform.h
parent7075d07b688893410c79b515ecb724af53787eda (diff)
downloadmerchant-66f6cf25d499b97a5a8811ca34ab72f096dd31d4.tar.gz
merchant-66f6cf25d499b97a5a8811ca34ab72f096dd31d4.tar.bz2
merchant-66f6cf25d499b97a5a8811ca34ab72f096dd31d4.zip
fix Authorization header parsing
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 70c296fd..ab260ebe 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -62,7 +62,7 @@
* Mark Nottingham thinks this should be fixed by revising HTTP
* spec (https://github.com/httpwg/http-core/issues/733))
*/
-#define RFC_8959_PREFIX "Bearer secret-token:"
+#define RFC_8959_PREFIX "secret-token:"
#endif /* PLATFORM_H_ */