Unsupported HTTP method

Solved!
Posted in Installation by Ali Thu Mar 31 2016 12:24:38 GMT+0000 (UTC)·3·Viewed 338 times

When my webapp is trying to connect, I got this error in server logs: WARN akka.actor.ActorSystemImpl akka.actor.ActorSystemImpl(actor-server) Illegal request, responding with status '400 Bad Request': Unsupported HTTP method: HTTP method too long (started with 'ヌテ▒モ]ᄒ'). Increase `akka.http.server.parsing.max-method-length` to support HTTP methods with more characters How I can fix it?
Andrey Kuznetsov
Mar 31, 2016
I assume you are using ws(s)://ip:9090 port for you web endpoint but it should be ws(s)://ip:9080
Ali
Mar 31, 2016
Thanks Andrey! But actually this is not my solution, I was already using :9080. but my solution was in parenthesis! I was calling wss:// instead ws:// Thanks again :)
Andrey Kuznetsov
Mar 31, 2016
Glad you figured this out!

Andrey Kuznetsov marked this as solved
Markdown is allowed