API Gateways

The What

API Gateways to extract bunch of code that would otherwise be inside your servers and extract it out to a different server.

The Why / Advantages

Authorization: User authentication can be done before sending the request…


This content originally appeared on DEV Community and was authored by Abhishek Konthalapalli

The What

API Gateways to extract bunch of code that would otherwise be inside your servers and extract it out to a different server.

The Why / Advantages

Authorization: User authentication can be done before sending the request to your microservices.

Transformation & Validation : Client would have the liberty to send data in a clean uniform format, API gateway would transform the data and validation then pass it to the microservice in a customized format.

Client can avoid DNS lookup: responsibility of routing to server and load balancing can be situated in API Gateway.

Rate limiting: API gateway can supervise the requests from the clients and prevent DDOS attacks.


This content originally appeared on DEV Community and was authored by Abhishek Konthalapalli


Print Share Comment Cite Upload Translate Updates
APA

Abhishek Konthalapalli | Sciencx (2024-07-01T18:52:28+00:00) API Gateways. Retrieved from https://www.scien.cx/2024/07/01/api-gateways/

MLA
" » API Gateways." Abhishek Konthalapalli | Sciencx - Monday July 1, 2024, https://www.scien.cx/2024/07/01/api-gateways/
HARVARD
Abhishek Konthalapalli | Sciencx Monday July 1, 2024 » API Gateways., viewed ,<https://www.scien.cx/2024/07/01/api-gateways/>
VANCOUVER
Abhishek Konthalapalli | Sciencx - » API Gateways. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/07/01/api-gateways/
CHICAGO
" » API Gateways." Abhishek Konthalapalli | Sciencx - Accessed . https://www.scien.cx/2024/07/01/api-gateways/
IEEE
" » API Gateways." Abhishek Konthalapalli | Sciencx [Online]. Available: https://www.scien.cx/2024/07/01/api-gateways/. [Accessed: ]
rf:citation
» API Gateways | Abhishek Konthalapalli | Sciencx | https://www.scien.cx/2024/07/01/api-gateways/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.