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
POST using Mautic Api Library dont work while using OAuth2 (for instance to create contacts), The library was working fine with OAuth2 when the library was using http_build_query , but since the library started to use json_encode method the all functions that require POST stopped working while using OAuth but it still work fine with Basic Auth.
It return this error when try to create something errors: { 0: { code: "401", message: "The response has unexpected status code (401)." }
Bug Description
Steps to reproduce
POST using Mautic Api Library dont work while using OAuth2 (for instance to create contacts), The library was working fine with OAuth2 when the library was using http_build_query , but since the library started to use json_encode method the all functions that require POST stopped working while using OAuth but it still work fine with Basic Auth.
It return this error when try to create something
errors: { 0: { code: "401", message: "The response has unexpected status code (401)." }
Log errors
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: