Hellooo!
in content i have the “token” variable but it says as “Invalid authenticity token” at respones of site…
but… in ob1 works great… dont know what im doing wrong
BTW: if i put VAR on content i got an error cause of the % symbols…
Hellooo!
in content i have the “token” variable but it says as “Invalid authenticity token” at respones of site…
but… in ob1 works great… dont know what im doing wrong
BTW: if i put VAR on content i got an error cause of the % symbols…
try without url encoding the content first.
im getting error now
check your configuration you probably made a typo
Remove Content-Length
from your headers. Otherwise you can just change the Http Library (scroll down in the Http Request block options) and set SystemNet
instead of RuriLibHttp
. That one works in most cases.