desktop
desktop copied to clipboard
[Bug]: Should explicit type URL with https:// and method POST changed to GET
What happened?
If you don't add the https:// prefix then it can't be processed and the post method changes to get. Also, the connection was detected close. But in other API Clients, the connection is keep-alive and everything is normal.
With the prefix https:// can response.
Steps to reproduce?
1. Test URL alternately using https:// and not.
What did you expect to happen?
I hope this isn't a problem in the server code, lol.
Platform
Windows
HTTPie Desktop version
2022.16.0
Relevant log output
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
What happens when you explicitly enter "http://" ?
What happens when you explicitly enter "http://" ?
cannot be processed