Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- was SQLRecoverableException
- 스크럼기법
- was버그
- Bandit Level 6
- 변수명 짓는법
- mysql 튜닝
- Bandit Level 6 → Level 7
- Bandit Level 5
- 명령어공부
- SQLRecoverableException
- 인증서만료에러
- Law of Demeter
- java.sql.SQLRecoverableException
- 시스템 파악 정리
- 폭포수 모형
- OpenAPI
- table scan
- pl/sql
- 에자일 모형
- vue
- 시스템 파악
- plsql
- 커맨드공부
- springboot
- avax.net.ssl.SSLHandshakeException:
- CSS
- 나선형 모형
- 디미터 법칙
- 클린코드
- 프로토타입 모형
Archives
- Today
- Total
목록watson Assistant (1)
개발햄비
[에러해결] watson Assistant API 요청시 apikey header로 날리기
$ curl -X POST -u "apikey:apikey" --header "Content-Type:application/json" --data "{\"input\": {\"text\": \"Hello\"}}" "https://gateway.watsonplatform.net/assistant/api/v1/workspaces/{workspace_id}/message?version=2019-02-28" $ -u "apikey:{apikey} 를 header로 날리기 위해 base64 encoding 이 필요했다. 해결 방안 $ echo "$(echo -n 'apikey: 넣고자 하는 API_KEY | base64)" 를 날리면 다음과 같이 변화가 된다. YXBpa2V5OkNXTWMtOHF5NFI1QV9SV..
개발/버그 해결 기록
2019. 4. 24. 20:22