Tagged Questions

0
votes
3answers
288 views

Redirect user to authenticated page that uses forms authentication, using HTTP Location Header, HttpWebRequest/Response and Response.Cookies.Add()

I need to autheticate on a site using forms authentication and then redirect the user to that site along with the session cookie. I have not figured out how to successfully do this. Here's my code …
0
votes
3answers
235 views

http headers to send file to html5 <audio>

I want use html5's new tag to play a wav file (currently only supported in FF.) https://developer.mozilla.org/En/HTML/Element/Audio I"m using php's readfile command to get the wav file off the hdd, …
0
votes
1answer
21 views

IE behaving weirdly.

Hi, We are setting Window.Location through JavaScript depending on the value selected by the user in a dropdown. The url we are setting the location to does not have HTTP Caching set up explicitly. …
0
votes
2answers
233 views

[HTTP Basic Auth] Is there a way to force the browser to always pass the Authorization header if credential is already available?

Using Basic Authentication, if the user has already logged in, the browser will include the username/password in the http request in the succeeding http requests ONLY IF it receives a 401 response …
0
votes
2answers
42 views

Recover HttpHeader on Flex

Is it possible to recover the HttpHeader information from a flex Client? I want to do the following: User download the flex client from a web site In each communication flex client catch the …
2
votes
7answers
427 views

Can I pass custom data in the HTTP header?

I have a whole bunch of web services each with several web methods. The consumers of these services are varied and many. I want to augment each of these web methods with an extra optional parameter …
0
votes
3answers
506 views

Error: The HTTP headers are already written to the client browser

I got this error Response object error 'ASP 0156 : 80004005' Header Error /ordermgmt/updateorderstatus.asp, line 1390 The HTTP headers are already written to the client browser. Any HTTP header …