Alamofire: error Status Code: 405. Urgent need your help!

Created on 19 Apr 2018  ·  2Comments  ·  Source: Alamofire/Alamofire

I use Moya with Alamofire.
For continuous launched the same request,I've got the following result:
result is .success(Status Code: 405, Data Length: 70)
Message is:
The requested resource does not support http method 'T'.

Urgent need your help!

support

Most helpful comment

I'm hitting the same thing on one of my projects using Alamofire. If I use the vanilla http in swift it doesn't happen. Did this ever get solved?

All 2 comments

Looks like your request is getting truncated or otherwise not getting to the server correctly. I suggest you inspect your HTTP traffic to see where that might be happening.

We use our GitHub project for bug reports and feature requests. In the future, you should open questions like this on Stack Overflow and tag alamofire.

Cheers. 🍻


From our Contribution Guidelines

Asking Questions

We don't use GitHub as a support forum. For any usage questions that are not specific to the project itself, please ask on Stack Overflow instead. By doing so, you'll be more likely to quickly solve your problem, and you'll allow anyone else with the same question to find the answer. This also allows maintainers to focus on improving the project for others.

I'm hitting the same thing on one of my projects using Alamofire. If I use the vanilla http in swift it doesn't happen. Did this ever get solved?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shivang2902 picture shivang2902  ·  3Comments

Footjy picture Footjy  ·  3Comments

tib picture tib  ·  3Comments

zhouhao27 picture zhouhao27  ·  3Comments

solomon23 picture solomon23  ·  3Comments