Webflow + ApacheHTTP client
Hi,
my webflow application works just fine when used from a web browser. However, requirements are that I use an HTTP client to access the same application. It works fine to a certain point, but stops responding as soon as I have to start passing the webflow parameters eventId etc.
Here are the basic assumptions I have made and implemented the client around:
- That I need to make every request to the webflow app a 'POST'
- That I have to pass the parameters in name-value-pair http object
- That the webflow parameters needed to function are eventId, and the value of 'flowExecutionUrl'
- Finally, the webflow app DOES have security around it. I'm logging in okay, and can see a secure page, but it is just at this point that the webflow app stops responding.
Could anybody out there let me know if it is possible to go down this path based on assumptions above? I suppose more importantly, is there any reason why webflow would not work with an httpclient accessing it instead of a browser?
I'm at my wits end so a response would be HIGHLY appreciated.
Thanks in advance.