tags:

views:

24

answers:

0

I have a module in Php which will take in a request from an Authenticated User (digest), do some processing to the request and then fsockopen to the same local apache web server with a path mapped to a weblogic server.

fsockopen results keep returning me a 401 unauthorized. How should I go about getting the forwarding to work ?