Hello, How can I call another url from an output filter - here is the scenario: when a client accesses abc.mydomain.com/signon, this url autheticates the user and we dont want the response going back to the client rather call another url xyz.mydomain.com/fetchdata which will return some data ... we want to send the data from the second url and response headers from first url merged back to the client. So my thought is to intercept the response from the first url in an output ffilter and make a call from the output filter to the second url. What function call would allow me to make th call to the second url Any help appreciated
Rgds Bhaskar -- View this message in context: http://old.nabble.com/Calling-another-URL-from-output-filter-tp33439259p33439259.html Sent from the Apache HTTP Server - Module Writers mailing list archive at Nabble.com.