Skip to content

Mattermost mobile (Android) not able to connect to server behind WAF #9689

Description

@ddzobov

If Mattermost server published behind WAF, then WAF may block requests from Android clients, because by default it not sending any Content-Type headers in POST requests.

okhttp3 not sets Content-Type headers by default, so we need to do this explicitly.

I've made PR for react-native-network-client with these fixes:
mattermost/react-native-network-client#164

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions