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 Jan 8, 2020. It is now read-only.
Zend\Http\Client throws exception when trying to send a Request object (which has method set as POST) and the Client itself is not set to use POST or Client::setMethod() hasn't been called.
Zend\Http\Client\Exception\RuntimeException: Cannot handle content type '' automatically
Zend/Http/Client.php:1219
Zend/Http/Client.php:858
Work around is to call Client::setMethod() so Encoding Type is set before calling Client::send(Request)
The text was updated successfully, but these errors were encountered:
Zend\Http\Client throws exception when trying to send a Request object (which has method set as POST) and the Client itself is not set to use POST or Client::setMethod() hasn't been called.
Zend\Http\Client\Exception\RuntimeException: Cannot handle content type '' automatically
Zend/Http/Client.php:1219
Zend/Http/Client.php:858
Work around is to call Client::setMethod() so Encoding Type is set before calling Client::send(Request)
The text was updated successfully, but these errors were encountered: