I'm using unirest library to implement http responses like get,post,put and delete. As HTTP doesn't uses encryption - I think unirest doesn't encrypt. Correct me if I'm wrong. Any explaination appreciated.
Asked
Active
Viewed 69 times
0
-
Are you sure it's not httpS? – JayC667 Aug 11 '22 at 07:46
-
I don't think you're supposed to expose your application directly on the internet, but to have a public-facing web sever that supports https and routes the requests to your application. – Federico klez Culloca Aug 11 '22 at 08:05
1 Answers
0
http just is a web protocol.there is no concreted with encryption data
-
2What do you mean with _"there is no concreted with encryption data"_? – Mark Rotteveel Aug 11 '22 at 08:36
-
As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Aug 15 '22 at 00:30