Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
maxkuzmins
on Dec 13, 2019
|
parent
|
context
|
favorite
| on:
Ways to reduce the costs of an HTTP(S) API on AWS
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
|
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
|
prev
[–]
First, they can offer both http and https endpoints. Second, you can send HTTP request if you set NSAllowsArbitraryLoads=true.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: