SCRIPT7002: XMLHttpRequest: Network Error 0x2ee7, Could not complete the operation due to error 00002ee7

Luc picture Luc · Nov 25, 2016 · Viewed 14.3k times · Source

I got this error in Microsoft Edge. What does it mean? Searching online mostly gives me threads about people encountering the error in products.

Answer

Peter B picture Peter B · Nov 3, 2017

If the hostname that is targeted by the XMLHttpRequest call (www.mysite.something) can't be resolved on the machine doing the call, then error 00002ee7 will be reported.

Try doing nslookup www.mysite.something in a CMD prompt to check if that is indeed the case. If so, either fix the hostname to what it should be, or add an entry to the hosts-file of the machine, or get in touch with an Admin so they can make the DNS resolve the hostname.