Happy Employees == Happy ClientsCAREERS AT DEPT®

Kathy King

A collection of 1 post

Convert GET to POST Inline with Java and Spring Gateway
java

Convert GET to POST Inline with Java and Spring Gateway

You have a third-party provider that you need to obtain news information from and the only API they have for this is a POST with a request body, yet this clearly should be a GET process since the API is simply retrieving data and nothing transactional is happening.

Kathy King2 min read
Keep Reading