Hi!
We are developing a captive with php and apache as a web server, which sends a form mendiante the following parameters:
When the form is submitted bids us to "Terms and Conditions" to accept and retype user name and password.
Reviewing the log captiveportal VSZe see a JSON start request is generated password:
2016-05-02 17:00:42,763
SubscriberPortal[sp-exec-119] DEBUG c.r.w.s.w.AccessController - requestType is
Login
2016-05-02 17:00:42,764
SubscriberPortal[sp-exec-119] DEBUG c.r.w.s.w.AccessController -
cookies[i].getName():OneTimeCookie
2016-05-02 17:00:42,764
SubscriberPortal[sp-exec-119] DEBUG c.r.w.s.w.AccessController -
cookies[i].getValue():-2135127451
c.r.w.s.w.AccessController - Found OneTimeCookie cookie, value: 232 070 38405/03/2016 00: 04: 33.438 SubscriberPortal [sp-exec-134] DEBUG c.r.w.s.w.AccessController - loginFromFormParam: "not value"
03/05/2016 00: 04: 33.438 SubscriberPortal [sp-exec-134] DEBUG c.r.w.s.w.AccessController -
cookie so different from param Create JSON request StatusWhen the request is made of the internal captive portal if the parameter "loginFromFormParam" is generated in the parameters that are sent.
05/02/2016 17: 00: 42.764 SubscriberPortal [sp-exec-119] DEBUG c.r.w.s.w.AccessController - Found OneTimeCookie cookie value:
-213512745102/05/2016 17: 00: 42.765 SubscriberPortal [sp-exec-119] DEBUG c.r.w.s.w.AccessController - loginFromFormParam:
-213512745102/05/2016 17: 00: 42.765 SubscriberPortal [sp-exec-119] DEBUG c.r.w.s.w.AccessController -
Cookie is not exist Found the same cookie or parameter so as JSON Login Create request
is it possible to obtain the value of that cookie and how or if the problem somewhat different?
Regards,