Invoke mashup with post request parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Invoke mashup with post request parameters
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
Solved! Go to Solution.
- Labels:
-
Best Practices
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
