Java App--Web 환경 테스트할 때,
jquery.ajax에서 java url에서 리턴하는 json string을 읽기 위해서는
dataType을 json으로 한다.
jQuery.ajax({
method: "GET",
data : params,
dataType: "json",
url : "/search/" + query,
success: function(searchResult){... }
});
'Web service' 카테고리의 다른 글
HTTPS 페이지에서 HTTP 페이지로 링크로 넘어갈 때, 브라우져에서 Referer 안 남기는 이유 (0) | 2016.03.24 |
---|---|
google place의 map api 사용시 유의할 점 (위/경도) (0) | 2015.10.05 |
[nginx] 기본 설치 모듈 정보 (with, without) (0) | 2015.06.22 |
[nginx] ngx_http_upstream_module 모듈, upstream 기능 (0) | 2015.06.22 |
점검하다 - undergo maintainance (0) | 2015.05.02 |