In this article, we will see how to add query params on demand. In the HTTP world, the HTTP GET method accepts query parameters as inputs and returns data based on those parameters. But sometimes, when the parameter’s value is null, the parameter ends up passing nothing to the GET service. When your requirement is not to create parameters, it is important to know if the value is null.
Usually, HTTP query params can be configured statically in the below way, so that the value is null in the URL. It will be passed as empty, and, as a result, the provider service will return an unexpected result. https://goo.gl/hbVnwJ #DataIntegration #ML
Share this:
- Click to share on Facebook (Opens in new window)
- Click to share on Twitter (Opens in new window)
- Click to email a link to a friend (Opens in new window)
- Click to share on LinkedIn (Opens in new window)
- Click to share on Tumblr (Opens in new window)
- Click to share on Pinterest (Opens in new window)
- Click to share on Reddit (Opens in new window)