Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting HTTP headers while processing a request #57

Open
rtarnaud opened this issue Mar 19, 2015 · 0 comments
Open

Getting HTTP headers while processing a request #57

rtarnaud opened this issue Mar 19, 2015 · 0 comments

Comments

@rtarnaud
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant