I built API by using `@RestController`. And I call...
# spring
s
I built API by using
@RestController
. 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?
Request was success when I use
--data-urlencode
option for curl command 🤔
k
how is this related to kotlin?
☝️ 1
s
Ah, this issue is related to Spring, not kotlin. Maybe I should post question on other place such as stackoverflow 😓
👍 2