"Error occurred while validating HTTP header: cookie" in Application logs
Hi
I have updated the property "Validator.HTTPCookieValue=^[a-zA-Z0-9-\\\/+=_%;\.| ]*$" and my cookie id was "JSESSIONID=5D443A9AACEABC3C44B7C4883B142D26". The Id seems to match the regex i had checked, but i can still see "Error occurred while validating HTTP header: cookie" in the logs.
Based on this article, i had changed the platform.settings file as below,
{
"PlatformSettingsConfig": {
"BasicSettings": {
"HTTPRequestHeaderMaxLength": 10000,
"HTTPRequestParameterMaxLength": 10000
}
},
"PersistenceProviderPackageConfigs": {
"PostgresPersistenceProviderPackage": {
"ConnectionInformation": {
"jdbcUrl": <jdbc:postgresql://postgresql URL/thingworx>,
"password": "password",
"username": "twadmin",
"maxPoolSize": "15000",
"minPoolSize": "500"
}
}
}
}
But the issue persists. Please advice.
Thanks and Regards
Saran

