Search found 2 matches
- Thu Nov 30, 2023 9:22 pm
- Forum: HTTPAPI
- Topic: Re: Additional Header(s) -- is 1024 bytes a brick wall?
- Replies: 3
- Views: 17977
Re: Additional Header(s) -- is 1024 bytes a brick wall?
Thanks. It is actually entirely possible that 1024 works just fine; the problem is that our web service developers are in another time zone, and I don't have an absolute ceiling (I just know that bumping up a particular header value from 64 characters to 80 solved the immediate problem). And they we...
- Thu Nov 30, 2023 4:42 pm
- Forum: HTTPAPI
- Topic: Re: Additional Header(s) -- is 1024 bytes a brick wall?
- Replies: 3
- Views: 17977
Re: Additional Header(s) -- is 1024 bytes a brick wall?
I've recently run into a situation in which I've had to expand the size of what I'm sending with the "ADDL_HDR" hook. And worse, my web service people haven't given me an absolute ceiling on what I might have to send. So is the 1024-byte parameter length for the http_xproc hook identified ...