0

When having a page that accepts a POST request and running it via jQuery, I get an OpenResty error:

25031#0: *237 client sent invalid method while reading client pipelined request line, client: <snip>, server: <snip>, request: "name=&gamemode=&plugname=&port="

I'm not sure why. If you need any more information, just ask.

hjpotter92
  • 78,589
  • 36
  • 144
  • 183

1 Answers1

0

First, I agree with lhf that is not related to Lua.

Possibly this page has relevant info https://github.com/openresty/ngx_openresty/issues/32

Hint - use Google:-)

Alexander Altshuler
  • 2,930
  • 1
  • 17
  • 27
  • Given that it might have a Lua solution, it's certainly related to it. And I've already used all the solutions on Google else I wouldn't of come to Stack Overflow about it. – Someguynamedpie Nov 19 '14 at 21:54
  • Please, provide more details in this case.How did you try to solve the problem? How do you manage POST request? – Alexander Altshuler Nov 24 '14 at 14:09