You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: