HTTP to SQL: Header Based Routing to a SQL Database
In this use case we will accept a payload via HTTP, inspect the header of the request and then depending on the value in the header, write the payload to a SQL database.
Join the DZone community and get the full member experience.
Join For Free
We had a request from a customer asking us if they could implement different integration logic depending on the header of a HTTP request.
In this use case we will accept a payload via HTTP, inspect the header of the request and then depending on the value in the header, write the payload to a SQL database.
You can run this demo using the free Community Edition of Martini. Download it here.
Read about this integration from our Knowledge Base article here.
Published at DZone with permission of David Brown. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments