When signing to comment on huffpost article I now get 400 Bad request or too big cookie, header, nginx; don't comment. How to solve?

See the sentence

This can be caused by corrupted cookies or cookies are blocked (check the permissions on the subject: permissions page).

Clear the cache and cookies only from Web sites that are causing problems.

"Clear the Cache":

  • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

'Delete Cookies' sites causing problems:

  • Firefox/tools > Options > privacy > Cookies: "show the Cookies".

Tags: Firefox

Similar Questions

  • When I go to my GroupOn I get "400 Bad Request" and that he can not pass, but if I use my Internet Explorer it passes through. Help?

    I use Groupon and I recently tried to buy one but when I hit 'BUY' get "400 Bad Request" error message. I called Groupon, and they made the purchase for me. However, when I went on Internet Explorer, which I use rarely like optonline does well with her, the purchase went through fine.

    Why I get this error message with Forefox and what I can do about it?

    Please update to version 24.0

    Please try to clear the cache and cookies:

    Many issues of the site can be caused by corrupted cookies or cache. To try to solve these problems, the first step is to clear cookies and cache.
    Note: This will be you temporarily disconnect all sites, you're connected to.
    To clear the cache and cookies to do the following:

    1. Go to Firefox > history > clear recent history or (if no Firefox button is displayed) go to tools > clear recent history.
    2. Under "Time range to clear", select "all".
    3. Now, click the arrow next to details to toggle the active details list.
    4. In the list of details, see the Cache and Cookies and uncheck everything.
    5. Now click the clear now button.

    More information can be found in article to clear your cache, history, and other personal information in Firefox .

    This solve your problems? Please report to us!

    Thank you.

  • started getting 400 Bad request when you go to yahoo news = no problem with IE

    Sorry, bad request.
    Your browser has requested that this server could not understand.

    Size of a request header field exceeds the limit of the server.
    This problem started this morning, updated 9.0 problem still there. I do not normally use IE, but it doesn't have the problem.

    Not found that another site has this problem

    This problem may be caused by corrupted cookies.

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".
  • I have been designing a new Web site and when I publish on BusinessCatalyst the index page shows a sign 'coming soon '? This has never happened before and I don't know how to solve this problem?

    I have been designing a new Web site and when I publish on BusinessCatalyst the index page shows a sign 'coming soon '? This has never happened before and I don't know how to solve this problem?

    I have published on an existing site, but also a new site, but I get the same message?

    Hello

    Open the page that wants to set as your home page,

    Click on more action-> set as start page

    Now visit the site again, it should be good.

    Let me know if you have any question.

  • I have deleted acidentally Dowloads from the dock. When I restored it I now get a huge page of each download I've ever done!

    I have deleted acidentally Dowloads from the dock. When I restored it I now get a huge page of each download I've ever done!  How to get back to the simple short column of downloads?

    Right-click on the file, view, options (size, type etc.) that appears, choose the ones you like.

  • How to add two lines when the second row is not visible, but also gets the first data line too?

    Mr President

    Jdev worm is 12.2.1

    How to add two lines when the second row is not visible, but also gets the first data line too?

    I want to add two lines like below picture, but want the second to remain invisible.

    tworows.png

    I asked this question but my way of asking was wrong, that's why for me once again.

    Concerning

    Try to follow these steps:

    1. in the database table to add the new column "JOIN_COLUMN" and add the new sequence "JOIN_SEQ".

    2. Add this new column in the entity object. (You can add this in entity object by right clicking on the entity object and then select "Synchronize with database" then the new column and press on sync)

    3. in your bookmark create button to create only one line NOT 2 rows.

    4 - Open the object entity--> java--> java class--> on the entity object class generate and Tick tick on the accessors and methods of data manipulation

    5 - Open the generated class to EntityImpl and go to the doDML method and write this code

      protected void doDML(int operation, TransactionEvent e)
      {
        if(operation == DML_INSERT)
        {
          SequenceImpl seq = new SequenceImpl("JOIN_SEQ", getDBTransaction());
          oracle.jbo.domain.Number seqValue = seq.getSequenceNumber();
          setJoinColumn(seqValue);
          insertSecondRowInDatabase(getAttribute1(), getAttribute2(), getAttribute3(), getJoinColumn());
        }
    
        if(operation == DML_UPDATE)
        {
          updateSecondRowInDatabase(getAttribute1(), getAttribute2(), getAttribute3(), getJoinColumn());
        }
    
        super.doDML(operation, e);
      }
    
      private void insertSecondRowInDatabase(Object value1, Object value2, Object value3, Object joinColumn)
      {
        PreparedStatement stat = null;
        try
        {
          String sql = "Insert into table_name (COLUMN_1,COLUMN_2,COLUMN_3,JOIN_COLUMN, HIDDEN_COLUMN) values ('" + value1 + "','" + value2 + "','" + value3 + "','" + joinColumn + "', 1)";
          stat = getDBTransaction().createPreparedStatement(sql, 1);
          stat.executeUpdate();
        }
        catch (Exception e)
        {
          e.printStackTrace();
        }
        finally
        {
          try
          {
            stat.close();
          }
          catch (Exception e)
          {
            e.printStackTrace();
          }
        }
      }
    
      private void updateSecondRowInDatabase(Object value1, Object value2, Object value3, Object joinColumn)
      {
        PreparedStatement stat = null;
        try
        {
          String sql = "update table_name set column_1='" + value1 + "', column_2='" + value2 + "', column_3='" + value3 + "' where JOIN_COLUMN='" + joinColumn + "'";
          stat = getDBTransaction().createPreparedStatement(sql, 1);
          stat.executeUpdate();
        }
        catch (Exception e)
        {
          e.printStackTrace();
        }
        finally
        {
          try
          {
            stat.close();
          }
          catch (Exception e)
          {
            e.printStackTrace();
          }
        }
      }
    
  • When I try and publish a site of Muse, get the error: internal error: 400 Bad request. (117007)

    When I try and publish a site of Muse, getting this error:

    Error: Internal error: 400 Bad request. (117007)

    And this isn't to let me publish the site

    Found a similar position that could provide some indication error of publication of Muse

  • HTTP 400 Bad Request when it accesses Oracle XE/Apex of the Internet

    I have Oracle Express Edition upgrade to the Apex 3.2. I can access everything (SQL, Apex HTTP command prompt) on my local machine. I configured the remote access on a default undefined port (no 8080) server.

    I've run: exec dbms_xdb.setListenerLocalAccess (false);

    I can access the server using:

    http://Coyote:9977 / apex (which brings me to the login screen of Services of Administration Application Express)

    ("coyote" is the name of the local computer to my Windows Vista box, where the Oracle/Apex server.)

    But when I try:

    http://internet_server_name:9977 / apex

    (where "internet_server_name" is the internet DNS name visible to my machine visible to the internet.)

    I get 'HTTP 400 Bad Request'

    I know that demand is hitting the Oracle listener (pass through the firewall, router, cable modem, etc.) as the http attempt results in the entry:

    March 20, 2009 20:36:53 * http * (ADDRESS = (PROTOCOL = tcp (PORT = 52540))(HOST=68.189.244.22)) * transfer * http * 0

    in the C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log

    An attempt by using the name of the local machine (Windows) made a similar entry in the journal of the listener:

    March 20, 2009 20:47:35 * http * (ADDRESS = (PROTOCOL = tcp (PORT = 52811))(HOST=192.168.1.7)) * transfer * http * 0


    This seems to be a security problem (is the server an application of "outside" of the local domain?)

    I am new to Oracle, so I'm not familiar with how to debug this kind of connectivity problem. In case it helps:

    LSNRCTL > status
    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC_FOR_XE)))
    STATUS of the LISTENER



    --------------------------------------------------------------------------------
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start date March 20, 2009 19:27
    Uptime 0 days 1 hour 30 min 59 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Default Service XE
    Listener parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Listener log file C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Summary of endpoints listening...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=coyote) (PORT = 1521)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 9977))(HOST=coyote)) (Presentation = HTTP)(Session=RAW))
    Summary of services...
    Service 'CLRExtProc' has 1 instance (s).
    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...
    Service 'PLSExtProc' has 1 instance (s).
    Instance of 'PLSExtProc', status UNKNOWN, has 1 operation for this service...
    Service 'XEXDB' has 1 instance (s).
    Instance "xe", State LOAN, has 1 operation for this service...
    Service 'XE_XPT' has 1 instance (s).
    Instance "xe", State LOAN, has 1 operation for this service...
    "Xe" service has 1 instance (s).
    Instance "xe", State LOAN, has 1 operation for this service...
    The command completed successfully

    Any help appreciated,
    John

    Yes, the upgrade of Apex removes the 'DB admin' application Apex Oracle provided with 2.2 (I would like to Oracle he would free downloadable projects).

    To enable FTP on the database, you must set the FTP port. See routines dbms_xdb.getftpport () and dbms_xdb.setftpport () http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_epg.htm#CHDIDGIG (documentation that I mentioned earlier) and http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28369/xdb19rpl.htm#i1028085

  • Only showing "of common tools', 'sign' and 'Comment' - how can I 'Tools' to view (Acrobat XI)

    As indicated in the title of the thread, I use Acrobat XI (OS is Windows 7) and on the right of my screen, I 'Common tools', 'Sign' and 'Comment' that appears, but I can't figure out how to get the 'Tools' menu.  Without it, I can't add header/footer, etc.

    Screenshot is below.  Can I do something stupid, but I'd appreciate any help getting the 'tools' is displayed.

    Acrobat image.jpg

    Click on the button customize above common tools, and then select default tools.

    Wednesday, February 3, 2016 at 9:40, clarence5ybr [email protected]>

  • Try to download adobe acrobat, but when I go to the Setup screen is this a compatibility issue. I have the latest installed so I don't know how to solve the problem. I just want to sign up for the monthly service to adobe acrobat. I have windows screws

    What is c? can someone help me out here? @

    Vista is no longer supported... Win 7, 8 or 10

  • '400 bad Request nginx/0.8.55' appears when I'm on E - bay. What it means. It seams to slow down my computer when it pops up.

    This appears when I'm on E - bay.  What it means.  It seams to slow down my computer when it pops up.  How can I fix it.

    Thank you
    Bill

    Hello

    1. is this problem limited to the ebay site?

    2 have you made changes on the computer before this problem?

    3. What is the error message or an exact error code?

    4. what version of Internet Explorer is installed on your computer?

    If you are facing this problem while browsing with Internet Explorer, then I suggest you to try the steps in the following Microsoft article and check if this may help.

    Can't access some Web sites in Internet Explorer:

    http://support.Microsoft.com/kb/967897

    Warning: Reset the Internet Explorer settings can reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings.

    Hope the information is useful.

  • Error attribute indicating the Django setting should be DEBUG = TRUE when she is currently DEBUG = FALSE. I don't know how to solve this problem. Need help change affecting please!

    I'm trying to access an online simulation via MyMIS Lab of Pearson for a class online. I was using this simulation a couple of days, but when I logged on this morning, the simulation does not open. I copy and paste the error message that appears when I try to open it. Basically, it reads "you see this error because you have DEBUG = True in your file settings to Django. Change False and Django will display a 500 standard page. I have no idea what Django settings are and have studied how to change the setting, but I'm not familiar with this at all. Any help would be greatly appreciated so I can get my homework done! Thank you!!!

    AttributeError at /simLaunch/launch/
    
    'Settings' object has no attribute 'XLSIMS_LAUNCH_URL'
    
    Request Method: 	POST
    Request URL: 	http://econdip.pearsoncmg.com/xlsim/simLaunch/launch/
    Django Version: 	1.5.2
    Exception Type: 	AttributeError
    Exception Value: 	
    
    'Settings' object has no attribute 'XLSIMS_LAUNCH_URL'
    
    Exception Location: 	/vh/docroots/econdip.pearsoncmg.com/prod/virtualenv/lib/python2.6/site-packages/django/conf/__init__.py in __getattr__, line 54
    Python Executable: 	/usr/bin/python
    Python Version: 	2.6.6
    Python Path: 	
    
    ['/vh/docroots/econdip.pearsoncmg.com/prod/virtualenv/lib/python2.6/site-packages',
     '/usr/lib64/python26.zip',
     '/usr/lib64/python2.6',
     '/usr/lib64/python2.6/plat-linux2',
     '/usr/lib64/python2.6/lib-tk',
     '/usr/lib64/python2.6/lib-old',
     '/usr/lib64/python2.6/lib-dynload',
     '/usr/lib64/python2.6/site-packages',
     '/usr/lib64/python2.6/site-packages/gtk-2.0',
     '/usr/lib/python2.6/site-packages',
     '/usr/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg-info',
     '/vh/docroots/econdip.pearsoncmg.com/prod/server/glservice']
    
    Server time: 	Sat, 30 Aug 2014 14:59:46 -0500
    
    Environment:
    
    Request Method: POST
    Request URL: http://econdip.pearsoncmg.com/xlsim/simLaunch/launch/
    
    Django Version: 1.5.2
    Python Version: 2.6.6
    Installed Applications:
    ('django.contrib.auth',
     'django.contrib.contenttypes',
     'django.contrib.sessions',
     'django.contrib.sites',
     'django.contrib.messages',
     'django.contrib.staticfiles',
     'django.contrib.admin',
     'gldata',
     'econ.ca',
     'econ.ue',
     'gllaunch',
     'datacapture',
     'xlsims')
    Installed Middleware:
    ('django.middleware.common.CommonMiddleware',
     'django.contrib.sessions.middleware.SessionMiddleware',
     'django.middleware.csrf.CsrfViewMiddleware',
     'django.contrib.auth.middleware.AuthenticationMiddleware',
     'django.contrib.messages.middleware.MessageMiddleware')
    
    Traceback:
    File "/vh/docroots/econdip.pearsoncmg.com/prod/virtualenv/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response
      115.                         response = callback(request, *callback_args, **callback_kwargs)
    File "/vh/docroots/econdip.pearsoncmg.com/prod/virtualenv/lib/python2.6/site-packages/django/views/decorators/csrf.py" in wrapped_view
      77.         return view_func(*args, **kwargs)
    File "/vh/docroots/econdip.pearsoncmg.com/prod/server/glservice/xlsims/views.py" in launchSim
      23.     if TPIUtils.has_valid_signature(launch_data, url=settings.XLSIMS_LAUNCH_URL, key='bphsc2014'):
    File "/vh/docroots/econdip.pearsoncmg.com/prod/virtualenv/lib/python2.6/site-packages/django/conf/__init__.py" in __getattr__
      54.         return getattr(self._wrapped, name)

    It's a problem with a Python script that runs on the server.
    The site Web needs to solve this problem.
    If the problem persists then contact them by e-mail.

    You can try to clear the cache and delete cookies from this Web site.

    "Clear the Cache":

    • Firefox > Preferences > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox > Preferences > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".
  • When I try to use the bing search engine I get an error 400 bad request and below (nginx)

    direct ssearch does not work

    Raymondus,

    Welcome to the Microsoft Answers community.

    I found an article in which the developer (nginx) has found a solution or workaround:

    http://Forum.nginx.org/read.php?2, 19667, page = 1

    I hope this helps.

    Lisa
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • I get an error: Ox80070424 when I try to change my firewall settings... I don't know how to solve this problem... help please.

    Im trying to let allow sharing of zune media allowed on windows firewall... However, when I click on it says: error: Ox80070424 cannot change settings... so I have no idea on where to start to fix this type of problem help please.

    Hello

    Did you change your computer?

    Method 1:

    I suggest you run the fixit tool and check.

    Diagnose and automatically fix problems of Windows Firewall service

    http://support.Microsoft.com/mats/windows_firewall_diagnostic/

    Method 2

    I also suggest you to follow the link and check.

    Error code: 0x8007042c 'firewall Windows cannot change some of your settings' when you try to activate your Windows Firewall

    http://support.Microsoft.com/kb/2530126

    Method 3:

    I also suggest you perform the clean boot and check.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    See also:

    Understanding Windows Firewall settings

    http://Windows.Microsoft.com/en-us/Windows7/Understanding-Windows-Firewall-settings

  • I get a "400 Bad request error" when trying to access Gmail. I am running Firefox 3.6.16. No problem getting to other pages or to get to Gmail via IE (ick).

    I am running XP and Firefox 3.6.16. Problem began in the middle of the day, nothing else I can do to that could have triggered it. Have restarted and who does not work either. Does not affect other sites.

    This problem may be caused by corrupted cookies.

    Try to clear the cache and cookies from sites that cause problems.

    • "Clear the Cache": Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.
    • 'Delete Cookies' sites causing problems: Tools > Options > privacy > Cookies: "show the Cookies".

Maybe you are looking for