Automatic login using Authenticator - server restart intermittent problem
I have an automatic login authenticator based on http parameter as described in my earlier post
I am observing a weird behavior sometimes. When the Thingworx server restarts while a mashup (which refreshes automatically at some interval) is displayed, browser sends these following URLs without the custom parameter which is required by the Custom Authenticator to authenticate:
/Thingworx/Resources/RuntimeLocalizationFunctions/Services/GetEffectiveTokens /Thingworx/Subsystems/PlatformSubsystem/Services/GetAllStateDefinitions /Thingworx/Subsystems/PlatformSubsystem/Services/GetAllStyleDefinitions /Thingworx/Subsystems/PlatformSubsystem/Services/GetAllStyleThemes
The issue is these URL's drop my custom parameter, which is used to identify the user to login with. As a result, a login prompt is displayed.
Other times when it works, the URL with my custom parameter gets sent to the Authenticator.
How do I control this behavior? Why do these URLs get sent to the Authenticator?
I need to display these mashups on screens that have no interaction interface (no mouse or keyboard), so users cannot login.

