Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bureaucrat
on Dec 13, 2019
|
parent
|
context
|
favorite
| on:
Ways to reduce the costs of an HTTP(S) API on AWS
Or just encrypt in-house and use HTTP.
maxkuzmins
on Dec 13, 2019
|
next
[–]
These guys receive requests from mobile devices. Afaik sending unencrypted HTTP requests is not allowed on some platforms (e.g. iOS).
throw03172019
on Dec 13, 2019
|
parent
|
next
[–]
You can disable transport security for a certain domain using the plist key NSAppTransportSecurity. But you rarely should do this :)
https://developer.apple.com/library/ios/documentation/Genera...
bureaucrat
on Dec 13, 2019
|
parent
|
prev
|
next
[–]
First, they can offer both http and https endpoints. Second, you can send HTTP request if you set NSAllowsArbitraryLoads=true.
jrockway
on Dec 13, 2019
|
prev
[–]
I think you should think long and hard before you roll your own crypto.
gberger
on Dec 13, 2019
|
parent
[–]
You don't need to roll your own crypto in order to encrypt in-house.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: