标签: java rest servlets captcha recaptcha
我通过Restful web service电话致电ajax。在这个页面上我有google recaptcha,其参数通过get httprequest参数传递。在休息服务中,我通过@Context获取http请求对象,但它为两个参数返回null 如何解决此问题
Restful web service
ajax
google recaptcha
@Context