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!
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
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?
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?