Menggunakan Database NoSQL untuk Web 2.0

Database NoSQL menawarkan model untuk penyimpanan yang cepat dan efisien serta pengambilan data model model. Database semacam itu pertama kali dikembangkan oleh IBM Lotus pada pertengahan 1990-an, tetapi istilah “NoSQL” baru menjadi populer di akhir tahun 2000-an, yang dipicu oleh meningkatnya permintaan perusahaan Web 2.0. Perusahaan semacam itu menggunakan database ini untuk menyimpan dan mengambil […]
Preventing the XSS Attack

Cross-site scripting is a form of security risk usually found on web sites. Cross-site scripting attacks allow attackers to insert client-side JavaScript codes into web pages viewed by the rest of the Internet users. These codes can then cause the user to view the website, which the attacker controlled, instead of what the intended user […]
Using an API Gateway to Secure Your API

An API Gateway takes all the API requests from a customer, executes them on an external service, then routes them based on request routing, request composition, and message translation. In most cases it performs a single request by invoking multiple microservice and then aggregating the returned results, taking into consideration the best approach to take. […]
Menambahkan Security Header ke Situs Anda Dapat Memiliki Manfaat Besar

Salah satu elemen yang sangat kuat yang harus (dan harus) Anda tambahkan ke situs web Anda adalah penyaringan header keamanan HTTP yang baik. Jika situs Anda menerima permintaan dari browser yang tidak dapat membaca header keamanan server web Anda, maka browser tidak akan dapat terhubung dengan server. Ini berarti server Anda tidak dapat memberikan apa […]