Skip to main content Skip to footer

Best Practice

HTTP Request and Response Modules

Getting data from HTTP clients into your Flows has been possible since day one using the built-in HTTP server. Do you know that you can now also return data from your Flows to HTTP clients by using the HTTP Response module?

The HTTP Listener module can now be configured to not respond automatically. Instead you can create the response in your Flow and then send it back to the client using the HTTP Response module. In this way you can for example build a REST API for your SQL database, by using data from the incoming request to make a query with one of the SQL modules and then send the result of the query to the HTTP Response module. Or, you can create an endpoint where you can request data from a PLC, use one of the PLC modules to pull in the current values and deliver them to the HTTP client. Your imagination sets the limits!

HTTP Request & Response modules

Crosser HTTP Request Module

HTTP Request

This module makes a HTTP request to the specified URL and passes the result to the next module(s).

Crosser HTTP Response Module

HTTP Response

Use this module to create a response in your Flow and then send it back to the HTTP client.

About the author

Goran Appelquist (Ph.D) | CTO

Göran has 20 years experience in leading technology teams. He’s the lead architect of our end-to-end solution and is extremely focused in securing the lowest possible Total Cost of Ownership for our customers.

"Hidden Lifecycle (employee) cost can account for 5-10 times the purchase price of software. Our goal is to offer a solution that automates and removes most of the tasks that is costly over the lifecycle.

My career started in the academic world where I got a PhD in physics by researching large scale data acquisition systems for physics experiments, such as the LHC at CERN. After leaving academia I have been working in several tech startups in different management positions over the last 20 years.

In most of these positions I have stood with one foot in the R&D team and another in the product/business teams. My passion is learning new technologies, use it to develop innovative products and explain the solutions to end users, technical or non-technical."

Close