Good Evening Everybody, I am trying to send a authorization header where token in pretty big( around 2.5 kb). It is going in form of Authorization: Custom value<Big Token>
However apache responds me with bad request. looking at the tcpdump I see the header spanning in two tcp packets. I was wondering if that is the reason apache is giving me back bad request? Can I specify some special options to take care this kind of scenerio? Any clue will be highly appreciated. Thank you. rn