desktop icon indicating copy to clipboard operation
desktop copied to clipboard

[Bug]: Should explicit type URL with https:// and method POST changed to GET

Open rokimiftah opened this issue 2 years ago • 2 comments

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. failed

With the prefix https:// can response. success

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

rokimiftah avatar Dec 19 '22 15:12 rokimiftah

What happens when you explicitly enter "http://" ?

bahua avatar Dec 30 '22 08:12 bahua

What happens when you explicitly enter "http://" ?

cannot be processed

rokimiftah avatar Dec 30 '22 11:12 rokimiftah