I am just implementing my login procedure with a keepalive request every 6 minutes (just to be sure, to be sure..) and I just noticed in my debug that the generic HTTP wrapper method I use to make all POST/GET requests is returning a contentType of image/png when I make a keepalive request.
Is there a reason for this?
Login / LogOut return
response.ContentType = text/html;charset=UTF-8
whilst keep alive returns
response.ContentType = image/png
Same code different URL but same post parameters.
No major, just wondering why!
Thanks
Is there a reason for this?
Login / LogOut return
response.ContentType = text/html;charset=UTF-8
whilst keep alive returns
response.ContentType = image/png
Same code different URL but same post parameters.
No major, just wondering why!
Thanks
Comment