써먹는 웹개발
[Elasticsearch] Content-Type header [application/x-www-form-urlencoded] is not supported 해결방법 본문
Study/Elasticsearch
[Elasticsearch] Content-Type header [application/x-www-form-urlencoded] is not supported 해결방법
kmhan 2021. 4. 27. 14:13728x90
반응형
소스 끝에 -H Content-Type:application/json 붙일 것
내가 작성한 소스 : curl -XPOST localhost:9200/_bulk --data-binary @simple_basketball.json -H Content-Type:application/json
728x90
반응형
'Study > Elasticsearch' 카테고리의 다른 글
[Elasticsearch] spring boot와 연동하면서 유일하게 에러없이 참고한 git 프로젝트 주소 안내 (0) | 2021.05.06 |
---|---|
[Elasticsearch 펌] httpie를 Windows에서 설치 (0) | 2021.05.06 |
[Elasticsearch] import 에러시 해결방법 (0) | 2021.05.04 |
[Elasticsearch] curl: (1) Protocol "'http" not supported or disabled in libcurl 해결방법 (0) | 2021.04.27 |
[Elasticsearch] Windows 10에서 설치 및 실행 (0) | 2021.04.27 |
Comments