Skip to main content
10-Marble
September 6, 2023
Solved

Invoke mashup with post request parameters

  • September 6, 2023
  • 1 reply
  • 936 views

Hi!

 

Is there any way that a ThingWorx mashup can be invoked through a POST Request with parameters? The data that we are trying to pass is of sensitive nature and we would like it to be hidden. If this is not possible in ThingWorx whats the recommended way to implement this?

 

Note: I have tried Mashup parameters and am able to pass the data via URL formation but ideally we would like the parameters to not be visible.

 

Thanks,

Ashish Tamhane

 

 

Best answer by PaiChung

Why not use an API Post to a service to deliver the data to ThingWorx and then render that within the mashup upon a refresh or load?

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
September 6, 2023

Why not use an API Post to a service to deliver the data to ThingWorx and then render that within the mashup upon a refresh or load?