. And I called GET API via curl command with multibyte character query param. But I received 400 error (The valid characters are defined in RFC 7230 and RFC 3986).
Do I need to set some Spring Boot config?
speed_star
11/10/2020, 11:17 PM
Request was success when I use
--data-urlencode
option for curl command 🤔
k
kqr
11/11/2020, 7:23 AM
how is this related to kotlin?
☝️ 1
s
speed_star
11/11/2020, 7:26 AM
Ah, this issue is related to Spring, not kotlin. Maybe I should post question on other place such as stackoverflow 😓