Hi,
SP2013 Foundation, when trying to expand group in list ( page send request to //inplview.aspx ) im getting error ( in ULS ) :
Mapping URI from 'http://domain.com:80/it/_layouts/15/inplview.aspx?List=....' to 'http://SRV-WEB02.DOMAIN.LOCAL/it/_layouts/15/inplview.aspx?List=....' |
Entering monitored scope (Request (GET:http://domain.com:80/it/_layouts/15/inplview.aspx?List=....)). Parent No |
Name=Request (GET:http://domain.com:80/it/_layouts/15/inplview.aspx?List=...) |
Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|domain\login, ClaimsCount=27 |
Site=/ |
UnauthorizedAccessException for the request. 403 Forbidden will be returned. Error=Exception of type 'System.Web.HttpUnhandledException' was thrown. at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) |
Application error when access /_layouts/15/inplview.aspx, Error=JSON Data retrieve are not allowed for HTTP-request GET. at Microsoft.SharePoint.ApplicationPages.InplaceViewEditor.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) |
In AAM i've set 3 url's :
http://domain.local (default)
http://server.domain.local (Intranet)
http://domain.com (Internet)
From internal network everything is fine, but when im trying to expand any group in any list from external url - 403 error occurs.
Any ideas?