Customer Portal

HTTP connector POST

Comments 1

  • Avatar
    Vladimir Barton
    0
    Comment actions Permalink
    Hi Keerthi,
    I have attached a working example of a POST request configured by using the HTTPConnector component for which I took advantage of our Simple HTTP API feature. What this call does is that it grabs a CloverDX Server configuration file located in a 'data-in' directory in a project inside of a CloverDX Designer workspace and imports it into CloverDX Server. Worth noting is the following:

    • The URL triggers the 'import_server_config' operation on a local CloverDX Server instance.

    • The Request Method is set to 'POST'.

    • I am using the Multipart Entities for the purpose of defining parameters of the POST request (including the import file URL).

    • I am then assigning values of those parameters in the Input Mapping section.

    • The basic HTTP authentication is used to I need to provide credentials as well (username and password).

    If this is not helpful, kindly provide us with:

    • The whole graph containing your HTTPConnector including other needed information so that we can inspect and ideally test it on our end. Feel free to mask sensitive information if needed.

    • If sharing the whole graph is not feasible, kindly provide at least the HTTPConnector configuration.

    • Version of your CloverDX Designer.

    Best regards,

Please sign in to leave a comment.