KDSoap icon indicating copy to clipboard operation
KDSoap copied to clipboard

Getting HTTP headers while processing a request

Open rtarnaud opened this issue 9 years ago • 0 comments

Hi,

I've built a KDSOAP client/server application with success so far but I would like now to send a cookie along with my requests. While I'm able to effectively send the cookie to the server (I could see it in the HTTP headers of my requests), I'm unable to retrieve it using the current server-side implementation.

To be more specific, the HTTP headers are extracted in the slotReadyRead method of KDSoapServerSocket (KDSoapServerSocket.cpp, line 160, 1.4.0 release) but are not available in the processRequest/processRequestwithPath methods which are called in the makeCall method of KDSoapServerSocket.

I could provide a fix for this if need be or am I missing something?

Best regards, Razvan

rtarnaud avatar Mar 19 '15 19:03 rtarnaud