혹시 application x www for urlencoded(으)로 찾으셨나요?
블로그
- [http] request에 query string 실어보내기 type)를 query string으로 변환해 http request에 실어보내기. http request에 데이터를 담아 보낼 때는 많은 경우 Content-Type을 "application /json"으로 지정하여 request body에 JSON 타입의 데이터를 보내지만, 간혹 "application/x-www-form-urlencoded" 형식으로 데이터를 보내야
- ajax post 방식으로 전송할때 cmd=insert",true); //POST로 요청시 반드시 아래와 같이 콘텐츠타임 지정하기 xhr.setRequestHeader("Content-Type","application /x-www-form-urlencoded"); var id=document.getElementById("id").value; var comments=document.getElementById