ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Getting a http 500 error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Getting a http 500 error

    Hello,

    Imk using CGIDEV2 to access paypal. It's connecting, returning successful paypal response. But, Im getting an http 500 error. The error log says:

    [Fri Mar 14 99:99:99:99 2014] [error] [client 88.88.88.88] ZSRV_MSG0108: Header from script is not valid. Bad header is Key Manager Factory:

    Does anyone know of anything about this?

  • #2
    Re: Getting a http 500 error

    any change on this?
    I'm here to chew bubble gum and kick @#%@#%@#%.....and I'm all outta bubble gum !
    Yes I'm talking to you squirrel nuts.

    Comment


    • #3
      Re: Getting a http 500 error

      So PayPal is acting as a client and connecting to your CGIDEV2 program? The CGIDEV2 program is then, presumably, sending a header of "Key Manager Factory", which is in error. "Key Manager Factory" contains spaces, and spaces, tabs and control-characters are not allowed in an HTTP header name.

      I'm not familiar with what PayPal is expecting, so I do not know what you should be returning instead of 'Key Manager Factory', I can only tell you that this particular string violates the HTTP standard defined in RFC 2616.

      Comment


      • #4
        Re: Getting a http 500 error

        I sent an email to Giovanni asking him to take a look.

        Jamie
        All my answers were extracted from the "Big Dummy's Guide to the As400"
        and I take no responsibility for any of them.

        www.code400.com

        Comment

        Working...
        X