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 was archived by the owner on Jan 17, 2023. It is now read-only.
Including the client credentials in the request body using the two
parameters is NOT RECOMMENDED, and SHOULD be limited to clients
unable to directly utilize the HTTP Basic authentication scheme (or
other password-based HTTP authentication schemes). The parameters
can only be transmitted in the request body and MUST NOT be included
in the request URI.
AFNetworking already supports basic auth headers so this shouldn't be hard to change.
The text was updated successfully, but these errors were encountered:
i've brought this up before:
AFNetworking already supports basic auth headers so this shouldn't be hard to change.
The text was updated successfully, but these errors were encountered: