Posts Tagged ‘security’

Your application problably provides web services like a REST/SOAP API or RSS feeds. Such services are often publicly available. Nevertheless, you probably want to restrict access to these features, as the rest of the application.
Since web services are meant to be programatically callable, you cannot use the standard form/post way. One common solution is to [...]