Question

Custom http_sender for GET ifs 9

  • 25 May 2020
  • 1 reply
  • 161 views

Userlevel 3
Badge +8

Hi,

I’m trying to send a GET request from IFS 9 with HTTP_SENDER1, and as expected I can’t because the endpoint don’t accept POST.

Do you know if it is possible to create a new HTTP_SENDER that uses the GET method?

It looks like there could be more than on option in the dropdown.

BR KRESTEN

 


1 reply

Userlevel 7
Badge +20

Hi @krestensb ,

That option is to select HTTP sender defined in IFS Connect > Setup IFS Connect > Connector Senders. You can have multiple HTTP Senders with different configurations But it will have the same implementation.

As far as I know, HTTP sender by default sends with POST method. I’m also glad to see if this supports GET.

As an alternate, you can write your own sender implementation.

Please refer IFS F1 documentation for  transport sender development  https://wit.ifsworld.com/f1docs/apps9/Foundation1/050_development/024_integration/015_connect/060_transport_connector_development/010_connector_sender/default.htm

 

Cheers!

Damith

Reply