Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I've seen this before but rough guess: When a SharePoint site has a reference to a resource held inside another site (not necessarily SharePoint).</p> <p>e.g.</p> <p><a href="http://mysharepoint/" rel="nofollow noreferrer">http://mysharepoint/</a> contains perhaps an image with the url <a href="http://someothersite/images/someimage.gif" rel="nofollow noreferrer">http://someothersite/images/someimage.gif</a>.</p> <p>Not necessarily an image, it would be any resource.</p> <p>Best way to check could be to view source and check to see if there are any urls pointing to outside the site. </p> <p>Also check for urls starting with https: .</p> <p>Hope this helps.</p> <p>Another thought:</p> <p>Since you're accessing the site through the IP address, maybe its treating your IP address site (<a href="http://192.168.1.1" rel="nofollow noreferrer">http://192.168.1.1</a>) seperately to the actual host headed sharepoint site (<a href="http://actualsharepointsite" rel="nofollow noreferrer">http://actualsharepointsite</a>). Therefore the first authentication prompt is for the IP address host headed site and the second is for the actual host header of the sharepoint site. To eliminate this, I would try (if you have access to these areas):</p> <p>a) Logon to the actual box, and browse the site on the actual server using its proper host header (might need host file entry and proxy bypass setup depending on your environment). See how many times you're prompted for login details.</p> <p>or b) In Central Admin, try to setup Alternate Access Mapping from the IP Address url to the actual host headed url.</p> <p>Sorry if this doesn't help..</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload