Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Apache Bad Request

  1. #11
    charlesh's Avatar
    charlesh is offline Master Glow Jedi
    Join Date
    Aug 2006
    Location
    Atlanta, GA - better than you imagined it would be.
    Posts
    189

    Default

    It's a good idea to submit through AJAX. If they had a very well defined API, we could code for that on the response, but it's very thin as it is in terms of documentation and they also have hard-coded a redirected on their own for the sucess - not a full API like Auth.Net. But, still a good idea.

    I originally was going to go with the database, as you mention - psudeo hash type of thing. There was then the question of abandoned forms and already completed forms and garbage collection along the way, so I thought that cookies would be a bit simpler.

    What is going on is that I'm serializing the name values in the array and then feeding that to a single cookie per page after running that through a crypt function to encrypt the data. There are only 5 cookies total from the domain. I knew of the limitation of having a max of 20 per domain.

    Lynne,
    What browser were you using when your system crashed? Did you try to reproduce the error?

    It wouldn't take too much more effort to drop a single pseudo-random hash (thanks for the term, Dmitriy!) as a cookie value and then store that serialized, encrypted array of data to the DB, but I think i'd like to try to increase the cookie size a bit and see if that takes care of things first.

    Great suggestions, Dmitriy. As they say, 90% there, 90% to go!

  2. #12
    rlhanson's Avatar
    rlhanson is offline Master Glow Jedi
    Join Date
    Aug 2007
    Location
    Chapman, Kansas
    Posts
    531

    Default

    Charles -
    I was using IE8. I'll submit the support ticket and reference this thread.

    Thanks!
    Thank you,
    Lynne Hanson
    RL Hanson-Online

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Pop Request Limit?
    By rlhanson in forum General Support
    Replies: 7
    Last Post: 10-18-2007, 10:01 PM
  2. Olga - Bad hard Disk
    By Matt in forum Outages and Scheduled Maintenance
    Replies: 0
    Last Post: 04-05-2007, 12:29 PM
  3. Add URL Request [removed]
    By abbacus in forum Web Design
    Replies: 0
    Last Post: 01-06-2006, 11:54 PM
  4. Bad CGI Errors.. Need Urget Help Please
    By FiberglassForum in forum General Support
    Replies: 1
    Last Post: 11-22-2005, 09:38 AM

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14