zulip/zerver/webhooks/papertrail
Puneeth Chaganti df134be235 webhooks/papertrail: Requests from Papertrail are not JSON requests.
Papertrail sends requests with the content type
`application/x-www-form-urlencoded`, with the payload parameter holding the
JSON body. This commit fixes the papertrail integration to use the payload
parameter in the request's POST data instead of trying to parse the
request's entire body as JSON.

Papertrail documentation here:
https://help.papertrailapp.com/kb/how-it-works/web-hooks#encoding
2019-09-04 13:16:17 -07:00
..
fixtures webhooks/papertrail: Requests from Papertrail are not JSON requests. 2019-09-04 13:16:17 -07:00
__init__.py
doc.md webhooks/papertrail: Update docs to conform to style guide. 2018-04-23 00:07:19 -07:00
tests.py webhooks/papertrail: Requests from Papertrail are not JSON requests. 2019-09-04 13:16:17 -07:00
view.py webhooks/papertrail: Requests from Papertrail are not JSON requests. 2019-09-04 13:16:17 -07:00