문제

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