Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to use MailjetClientInterface::post method to execute post request I'm alway retrieving this ClientErrorResponseException (userDomainstatus example):
MailjetClientInterface::post
ClientErrorResponseException
Client error response [status code] 400 [reason phrase] Bad Request [url] https://api.mailjet.com/0.1/userDomainstatus?output=json&domain=mondomaine.com
Indeed, post and get method seems to be strictly equivalent and provide parameters in URL, and not into request body for POST.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to use
MailjetClientInterface::post
method to execute post request I'm alway retrieving thisClientErrorResponseException
(userDomainstatus example):Indeed, post and get method seems to be strictly equivalent and provide parameters in URL, and not into request body for POST.
The text was updated successfully, but these errors were encountered: