Yaroslav Shepilov

Results 383 comments of Yaroslav Shepilov

Hi @matiasrivera, i'm really sorry, I totally forgot about it: please check this message: https://github.com/bugy/script-server/issues/138#issuecomment-821554743 You have to submit a XSRF token (or disable it)

Hi @vanscurvy, unfortunately it seems to be incompatibility between Script server and Appsmith. Script server expects the following header: `'content-type: multipart/form-data; boundary=----WebKitFormBoundaryzEGlClez0qGU5zD8' ` and the data structure like this `'------WebKitFormBoundaryzEGlClez0qGU5zD8\r\nContent-Disposition:...

I don't think that the headers would help. There should be `boundary` token in the header and the same one in the data. If Appsmith is not sending it, then...

@vanscurvy it looks like this (you can see it in a browser dev tools, I copied it from https://script-server.net/index.html#/Ping): ``` ------WebKitFormBoundaryo4HY2qwFibq79miB Content-Disposition: form-data; name="Count" 3 ------WebKitFormBoundaryo4HY2qwFibq79miB Content-Disposition: form-data; name="Interval (sec)"...

Hi @Mrdindon you can call it using POST method. Please check this comment (and comments below): https://github.com/bugy/script-server/issues/138#issuecomment-461331583 Would that work for you?

Unfortunately I have no plan for implementing this API as GET. As I quickly found in google, there should be a possibility to send POST requests from esp8266

Hi @PierreBarreau unfortunately this is not supported :( And I won't have time to work on it

Hi @treeol sure, I can do. We can have a call or I can prepare some documentation No need to pay :)

Hi @everlanes, no, this is wrong. For stable releases the version should match