Tagged Questions
3
votes
1answer
45 views
HttpWebRequest in TimerJob
I have an aspx-page in the Layouts-folder. A timejob makes a httpwebrequest on this page and the response-html is saved as a pdf.
The httpwebrequest works fine, when its not called in a timerjob (ex. ...
0
votes
1answer
136 views
Pass credentials along to new WebRequest
I am making a page in SharePoint that is used to proxy other content in SharePoint. The user is authenticated at the time they hit this proxy page, but I am getting an Unauthorized Access error.
The ...
0
votes
2answers
535 views
Problem with authentication on subsites (internal/external approach)
This our current situation
1 main-site foo.org and 2 subsites foo.org/FR and foo.org/EN (French and English)
When you'll browse to foo.org, you're redirected directly to foo.org/FR/default.aspx
And ...