Hello, I am confused probably by something quite trivial for most drpc users. I have implemented an initial Drpc storm project. My questions are: 1) If a third party wants to post an http request to my drcp application, how is this possible? I have found that this is made according to http://drpc_server:drpc_http_port/drpc/app/request_to_post. However, this does not work... I have configured my drpc server as localhost, according to default configurations on storm.
2) If this is possible in storm, how can i get this value (the request_to_post value) in my application? I haven't found any documentation on that...
