ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 504 - CAS-004 discussion

Report
Export

A security administrator is trying to securely provide public access to specific data from a web application. Clients who want to access the application will be required to:

* Only allow the POST and GET options.

* Transmit all data secured with TLS 1.2 or greater.

* Use specific URLs to access each type of data that is requested.

* Authenticate with a bearer token.

Which of the following should the security administrator recommend to meet these requirements?

A.
API gateway
Answers
A.
API gateway
B.
Application load balancer
Answers
B.
Application load balancer
C.
Web application firewall
Answers
C.
Web application firewall
D.
Reverse proxy
Answers
D.
Reverse proxy
Suggested answer: A

Explanation:

An API gateway is the best solution to meet the specified requirements for securely providing public access to specific data. An API gateway allows the administrator to control HTTP methods like POST and GET, ensure secure transmission via TLS 1.2 or greater, and enforce authentication using bearer tokens. It also allows access control by specifying URLs for different types of data. API gateways centralize security and traffic management for APIs, making them ideal for this type of secure access scenario. CASP+ emphasizes the importance of API gateways in managing and securing web application interfaces.

CASP+ CAS-004 Exam Objectives: Domain 3.0 -- Enterprise Security Architecture (API Security and API Gateways)

CompTIA CASP+ Study Guide: Securing Web Application Interfaces with API Gateways

asked 02/10/2024
Emanuel Popescu
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first