用的是 $.post
,已经引入 jquery_ujs
prom = $.post '/capvalid', value: value, key: $('#captcha_key').val()
prom.done (resp) =>
if resp.pass
@cCaptcha.addClass 'has-success'
@enable()
else
@cCaptcha.addClass 'has-error'
正常进入页面是正常的。
但是,关掉 chrome 再用还原标签页那个功能,post 带的那个 token 对不上。