hi all,
i am using a CR1000 (OS22) and am wondering about the exact way to access the logger via http while security-code is set.
setup:
-logger has security enabled for all 3 levels
-http enabled and csipasswd is set (also tried with anonymous/none )
-browsers : Firefox4+Firefox5+IE7
If security is disabled (all levels set to "0") everything works as expected( logger asks for authentification and delivers intended pages).
But once security is enabled (which is mandatory for me) i get a "unrecognized request" html-response from the logger.
Can someone shed a light on this?
Is this intended behaviour?
Do i miss something (cant find anything useful in the manual)?
* Last updated by: artmann on 7/21/2011 @ 6:02 AM *
When using PakBus 3-level security in conjunction with .csipasswd, you currently have to specify both to access the HTTP server. As you know you will be interactively prompted for the .csipasswd user and pass, but you currently have to pass the 3-level security password within the URL.
For example,
http://my.logger.address/?security=789
Yes ... we will work to change this so only .csipasswd (when set) will be required to access the HTTP server. In the event .csipasswd is not set but 3-level security is, the ?security= parameter will continue to be required.
hi sam,
thanks a lot for the quick response!
Everything is working now as expected.