Hi,
I was developing episerver as usual .... and at one point I got this error. ERROR
Could someone please help me out? It seems the error came from
System.Net.HttpWebRequest.GetResponse() when trying to use
EPiServer.Find.Connection.JsonRequest.GetResponseStream().
One suggetion I found is to use System.Net.ServicePointManager.Expect100Continue = false; But how can I use this for episerver.find connection ? Could anyone clarify or point me in right direction please ? Best Regards, A
If you're working with an index from EU, there were some interruptions today, please see http://status.episerver.com/.
Thank you for the answer.
Still didn't work today so I changed the serviceUrl="http://es-eu..." to serviceUrl="https://es-eu..." . And it started working.I don't know why it just stopped working. Before we used http and everything worked fine.
Hi,
I was developing episerver as usual .... and at one point I got this error.
ERROR
Could someone please help me out? It seems the error came from
One suggetion I found is to use System.Net.ServicePointManager.Expect100Continue = false;
But how can I use this for episerver.find connection ?
Could anyone clarify or point me in right direction please ?
Best Regards,
A