|
|
|
|
|
by mi100hael
3082 days ago
|
|
Seems like you didn't really understand my comment mate. My point is that this link is blowing smoke and there are no substantial differences at the application layer. There's no difference in security considerations when interacting with external resources at the application level. Either way you better have some form of auth and be sending credentials over TLS. WAFs aren't irrelevant since from an external perspective there's no discernible difference between a request like POST /login?user=root&password=' OR 1=1 --
being made to a handler running full-time on a dedicated web server or on-demand on AWS Lambda behind API Gateway. |
|