You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following errors when trying to run with Skype for Business Server:
{"level":"debug","ts":1587102486.5159667,"caller":"mlog/log.go:162","msg":"CSRF Check failed for request - Please migrate your plugin to either send a CSRF Header or Form Field, XMLHttpRequest is deprecated","path":"/plugins/skype4business/api/v1/create_meeting_in_server_version","ip":"127.0.0.1:48131","session_id":"..........","user_id":"..........."}
...
{"level":"info","ts":1587102491.4761477,"caller":"[email protected]/stream.go:15","msg":"{\"level\":\"warn\",\"msg\":\"Resource from applications url is not the same as resource name from user url\"}","plugin_id":"skype4business","source":"plugin_stdout"}
{"level":"info","ts":1587102491.4866028,"caller":"[email protected]/stream.go:15","msg":"{\"level\":\"error\",\"msg\":\"Error fetching meetings resource url: Error performing request to get authentication header from new resource: Response doesn't have WWW-AUTHENTICATE header!\"}","plugin_id":"skype4business","source":"plugin_stdout"}
The text was updated successfully, but these errors were encountered:
CSRF issue - It is purely a warning unless you have ServiceSettings.ExperimentalStrictCSRFEnforcement enabled in your config. Here's a ticket to properly solve this #51
For the other two lines of output, I'm not reaching any conclusions reading the code that generates these outputs, so I will need to defer to @kosgrz.
Hi @bbodenmiller,
I'm not sure what is the reason of this issue. Could you create an account on https://community.mattermost.com/ and PM me? My nickname is the same there (kosgrz). I would like to test some solutions with you :)
Getting the following errors when trying to run with Skype for Business Server:
The text was updated successfully, but these errors were encountered: