Is there any way I can gain access to the object that implements IHttpRequest so that I can eventually get the I'd like to be able to read HTTP-Headers from within the application (I'm not talking about GET or POST parameters, I want the HTTP Headers). The asked 26.11.2014 at 14:23 ahatius |
You can cast the ivy.request to a IHttpRequest. Be careful not every ivy.request is a IHttpRequest! For example if you are running in system task the ivy.request is not a IHttpRequest. IvyScript Example:
answered 26.11.2014 at 16:42 Reto Weiss ♦♦ Thanks, works just as expected.
(27.11.2014 at 07:53)
ahatius
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 26.11.2014 at 14:23
Seen: 2,347 times
Last updated: 27.11.2014 at 07:53