You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
the slack API requires that requests set the correct mime types, like application/json.
This library does not yet do so. (See for example Incoming Webhook)
The slack API does not (yet) enforce this. But the slack compatible mattermost API recently started doing so, which means this library does not work with mattermost anymore.
The text was updated successfully, but these errors were encountered:
Hey @N-Schaef Mattermost have release a new version: 5.23.1 that fixes this issue.
Detail:
Modified the mime check, such that we now require Content-Type to be set in the request header.
This change was unintentional and led to breaking changes.
Hello,
the slack API requires that requests set the correct mime types, like
application/json
.This library does not yet do so. (See for example Incoming Webhook)
The slack API does not (yet) enforce this. But the slack compatible mattermost API recently started doing so, which means this library does not work with mattermost anymore.
The text was updated successfully, but these errors were encountered: