Page 1 of 1

GET/POST METHOD

PostPosted: 15. April 2009 00:22
by lasha1028
I HAVE ONE BIG PROBLEM EVERYDAY BAD GUYS ATTACKS MY SERVER
SENDING 10 IN SECOND USING GET/POST METHOD

I GOT ERROS
414 REQUEST URI TOO LARGE ERROR LOG FILE
WHEN I CHECK ACCESS LOG VERY LONG GET/POST

SO IF SOME KNOW HOW BLOCK POST/GET REQUEST FROM NON LOCAL SERVERS?

Re: GET/POST METHOD

PostPosted: 15. April 2009 01:21
by Wiedmann
SO IF SOME KNOW HOW BLOCK POST/GET REQUEST FROM NON LOCAL SERVERS?

Cut your internet connection or use a firewall and block connections to port 80/443. (or if you are using a router, don't configure a port-forwarding to your local server)

Re: GET/POST METHOD

PostPosted: 15. April 2009 01:37
by lasha1028
if i block ports:80 none can access to my server i just want block post/get method accesses to my server if it's possible i'm i can disable post/get method but i'm using like logn/commetns
so i want just block request from other servers get/post

Re: GET/POST METHOD

PostPosted: 15. April 2009 09:07
by Wiedmann
i just want block post/get method accesses to my server

Every time you read (load) a webpage in your browser, your browser is making a GET request.
Every time you send a form or upload a file with your browser, your browser is making a POST request.