Parse Error: Expected HTTP/

Hi guys. Im trying to test my app (On java + spring boot, DB - Redis) and Im getting the next error
Error: Parse Error: Expected HTTP/

I also tried to send this request in “form-data” like key - link[0], value - “…” and link[1], value - “…” but I got the same error.
In my controller class I`m getting Json…

I did a similar project with H2 DB and it worked fine

2 Likes