Вопрос

After Creating new Site Collection root(SPWEB) with Host Header every request made from server (internal) is denied (Popup login Window continually). If requests come from FE (same USER), access is granted.enter image description here

Это было полезно?

Решение

You might be victim of LoopBackCheck.

Possible solutions:

  • Bypassing your proxy server for local addresses (Source)
  • Adding a team Web site to the list of trusted intranet sites (Source)
  • SharePoint disable loopback check (DisableLoopbackCheck dword in registry)(Source)

For me DisableLoopbackCheck worked.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с sharepoint.stackexchange
scroll top