View Single Post
  #2 (permalink)  
Old 10-09-09, 04:43 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by HammondEgger View Post
The problem, from what I've read, centers around the functionality of MSXML2.ServerXMLHTTP which prevents it from being used to connect to its own address. So, I can read the contents of other site's pages, but not my own.
Is this a bug, or a deliberate design feature (perhaps for security?)

If it's a bug, there may be a patch. If it's a design feature, you may need to use an alternate way of connecting, perhaps via cURL (PHP). I'm not familiar with MSXML2.ServerXMLHTTP, so hopefully someone else can offer some suggestions.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote