Pavel

Results 83 comments of Pavel

`requestParams` was initially designed to pass parameters to server-side connector. There was a discussion about this, however participants did not reach an agreement, so this param exists, but not in...

`requestParams` exists but does NOT work, it's just a stub. You could try to edit `filemanger.js` file and add token to the requests where it's supposed to be passed (I...

Ok, I have created [request_updates branch](https://github.com/servocoder/RichFilemanager/tree/request_updates). It's designed to pass params to server for specific request method of for any. See code snippet below. Parameters specified in "GET" object will...

> I saw the recent connector for asp.net core, it is a good start but could use some improvements, especially for xsrf. Also it cannot be used by just dropping...

Ok, this may be the case. The problem with this approach is that it assume to pass csrf token via cookie, which is not a appropriate for every framework. Some...

Welcome back @dereks I agree that request-based CSRF token is a case for HTML forms. Whatever, I know I can completely rely on you in terms of security and hope...

@LegoStormtroopr, please don't delete your messages. As you could see your post resulted in the interesting discussion, and it's possible that your code snippet will be used as a base...

Thank you for answer. I understood, I will do what I can.

Addressing your question to @fabriceci If he is not available you can try to fix it by yourself and provide a PR

Yep, make sense. Will add to todo list