Description

The EnhancedHttpPost component executes an http POST request using BASIC authentication.


Implementation

  • Drag and drop the component into the station.
  • Enter the url on which to execute the POST request in the inURL property, the argument of the request in inPost, the user name and the password that will be encoded in base 64.
  • You can also add custom headers in the headers slot.


Properties

  • HttpOut: the request response.
  • InURL: the address on which to perform the POST request.
  • InPost: the POST argument of the request.
  • InUser: the username needed for the BasicAuthentication (which will be encoded in base 64).
  • InPassword: the password needed for the BasicAuthentication (which will be encoded in base 64).
  • Headers:  Additional headers for the request.


Actions

  • Execute: launches the POST request