오류를 위한 해결책
encodeURIComponent()
서버로 데이터를 보내기전 해당 데이터를 encodeURlComponent()로 감싸서 서버에게 보내면 성공적으로 특수문자(&,+)을 사용할 수 있었다.
encodeURIComponent()
URL의 특정한 문자를 UTF-8로 인코딩하여 하나, 둘, 셋, 혹은 네 개의 연속된 이스케이프 문자로 나타낸다.
https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent
'오늘만난오류' 카테고리의 다른 글
Failed to start bean 'documentationPluginsBootstrapper' (0) | 2022.07.27 |
---|---|
invalid source release: 11 (0) | 2022.03.26 |
외래키 설정 오류 collation & SQL Error [1452] [23000]: (conn=3205) Cannot add or update a child row: a foreign key constraint fails (0) | 2022.03.14 |
source release 11 requires target release 11 (0) | 2022.01.25 |
Fail : 문자열을 날짜 및/또는 시간으로 변환하지 못했습니다. (0) | 2022.01.10 |