Results 1 to 5 of 5

Thread: How to fix Error 502 - Bad Request?

      
  1. #1
    Webgeeklet
    Join Date
    Feb 2012
    Posts
    13

    How to fix Error 502 - Bad Request?

    Guys pahelp panu ba ausin to lage kasi nalabas Error 502 - Bad Request sa website, i use codeigniter. lage nalang kasi nalabas

  2. #2
    Member YowMamaSita's Avatar
    Join Date
    Feb 2012
    Posts
    63
    it's probably a server/router mis-configuration, or pwede ring about cookies. are you doing something with cookies?

  3. #3
    Webgeeklet
    Join Date
    Feb 2012
    Posts
    7
    Check your base_url, you might have misspelled http or something. Or check your other configuration files especially the routing.

  4. #4
    Member j.calosor's Avatar
    Join Date
    May 2012
    Location
    Cavite
    Posts
    26
    in my case I experienced that with .htaccess kinda messes up my route when I tried to remove the "index.php" in my url, if were on the same case it will help if you'll check your php info, hope it helps

  5. #5
    Webgeeklet ebautistajr's Avatar
    Join Date
    Sep 2012
    Location
    Kapitolyo Pasig
    Posts
    7
    are you sure 502 is Bad Request? i think that is Bad Gateway am i right?

    400 is Bad Request, 502 is Bad Gateway. If i would rely on your error code 502, there would be no solution since that problem is between the servers. And if it is an error code 400, codeigniter has its default page it will fall into. You might wanna check your controllers.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •