Server cannot set status after HTTP headers have been sent
dcsanabria opened this issue · 0 comments
dcsanabria commented
The authentication method using ticketing is working fine, but once we open a report after is authenticated we have this issue:
Server cannot set status after HTTP headers have been sent. at System.Web.HttpResponse.set_StatusCode(Int32 value)
I suppose is trying to set a header which already exists.
Should close the request after is get in the "QlikAuthNet/QlikAuthNet.cs/TicketRequest"?
Thanks