Skip to main content
1-Visitor
November 8, 2018
Question

Is there there something from thingworx for url parsing?

  • November 8, 2018
  • 1 reply
  • 1686 views

Hello Team,

 

Is there any url parsers in thingworx and if not can we have any .js url parsers extension imports  available?

 

Thanks

1 reply

22-Sapphire I
November 8, 2018

Are you looking to build some sort of load balancer / redirect / redistribution system?

What is your use case?

vijay51-VisitorAuthor
1-Visitor
November 8, 2018

Thanks for the reply

 

For a service that will accept url and depending on the ip address and port need to take action to support multiple system feeds

22-Sapphire I
November 8, 2018

I don't think that will be easy to support within Thingworx.

Can you at all supply that information in the headers of your call?

You would set up a Service in thingworx with the required input parameters

that automatically becomes an exposed REST API point

Then the other systems can call that with the parameters either in the URL or Best Practice in the headers/body of the call