Security

Previous Next

Security is an integral part of any software development project. It must be addressed whenever you develop web APIs such as REST Services, SOAP Services, and WebSocket Services.

TLS, CORS, and Security HTTP Headers are some of the technologies that aim to ensure the security of your web APIs.

 

 

collapseTransport Layer Security (TLS)
collapseCORS (Cross-Origin Resource Sharing)
collapseSecurity HTTP Headers

 

 

See next

Authentication