Questions tagged [isaserver]

OFF TOPIC. Questions related to Microsoft ISA Server or Forefront most likely belongs to https://serverfault.com instead.

Microsoft Internet Solution Acceleration Server. A proxy/firewall web-publishing solution in one package.

36 questions
15
votes
5 answers

WCF Client - 407 Proxy Authentication Required while running webservice

I've created simple WinForms app that uses free webservice http://www.webservicemart.com/uszip.asmx. But this app fails to use service operation with error: The remote server returned an unexpected response: (407) Proxy Authentication Required (The…
11
votes
4 answers

Fiddler: Error 502 Proxy Error

I am using Fiddler to debug all HTTP request of my ASP.NET application. For a while (about 6 months) I had no problem. All HTTP requests appeared on Fiddler and so on. The last two days Fiddler stoped working :/ Always returns the same error: "The…
rpf
  • 3,404
  • 9
  • 35
  • 47
5
votes
2 answers

Modify Images With An Http Proxy

April fools is coming up. I'd like to play this prank where we use an http proxy to modify images as they come through the proxy. I've been told that there are scripts/add-ons to ISA/Squid that can do this but I haven't been able to find much on my…
Tyler
  • 3,010
  • 1
  • 28
  • 44
3
votes
3 answers

Does ClickOnce support deployment of applications to clients behind a Proxy that requires authentication?

With all the advantages of ClickOnce, we would like to use it as the deployment mechanism for our App. However i have found this message in Microsoft Connect where it says that ClickOnce fails with proxy…
Hugo Zapata
  • 4,145
  • 5
  • 27
  • 30
3
votes
1 answer

Can my WP7 app use Open SSL?

I have a WP7 app that communicates with the back-end via a WCF service. A customer has asked if the app can be made more secure by communicating via an ISA server using Open SSL. The ISA server would be public facing with the IIS Server hosting the…
Steve Chadbourne
  • 6,482
  • 3
  • 49
  • 80
3
votes
0 answers

Proxy Server error 407 in Core 2 - Azure and other Web Api's

I am new to .Net Core 2 and having problems trying to access (in this specific case, but will need to access other Api's in time) Azure AD with a fresh .Net Core 2 Visual Studio 2017 MVC web app. I am getting HttpRequestException: Response status…
user8377550
3
votes
1 answer

How to access an internal asp.net web application from the internet?

I have an asp.net web application in an internal windows domain which calls a wcf-service. In the wcf-service I use the SecurityContext.Identity.Name, so it needs impersonation. Our task is that the web application can be accessed from anywhere. The…
user413099
  • 31
  • 1
2
votes
1 answer

openning http connection behind proxy which requires authentication but does not return 407

Our applet is behind Microsoft ISA Server which has integrated proxy authentication.Isa Proxy server returns http 405(NOT 407) for connections which has no authentication credentials on it.There for my java.net.Authenticator class does not get…
e13420xx
  • 698
  • 1
  • 7
  • 24
2
votes
1 answer

Opening sharepoint documents from Silverlight and re-use session

We have a silverlight application thats behind a ISA server, and the users have to authenticate against the ISA server. In the silverlight application we uses Sharepoint 2007 as a documentlibrary (the backend uploads the documents). When the user…
Mojito71
  • 33
  • 3
2
votes
0 answers

Is it possible to validate an ASP.NET Forms Authentication ticket in ISA/UAG (or similar) and do redirects based on the result?

We have an ASP.NET MVC application that uses Forms Authentication to create and validate the authentication ticket (cookie). The log on flow is very special, not just username/password, but it ends with a call to…
Jonny
  • 21
  • 3
2
votes
1 answer

React Native debugging on Android Emulator behind a corporate proxy

I'm new to React-Native. I've created a sample application in my office machine. As we're behind a corporate proxy, I've to set APN (Access Point Name) in Android Emulator in order to gain internet access. Without APN, the development server that's…
2
votes
1 answer

cannot import repo from from http://localhost/xxx/xxx.git

I am working with gitlab 5.2 setup on my localhost (http://example.com), on Centos 6.4 I am facing the following problem , when i try to create a new project with import existing repository and provide a github clone link…
shubham
  • 497
  • 2
  • 5
  • 20
1
vote
1 answer

Java HttpSession problem with ISA Server 2006

I hope you can help me, because I try to find answers on internet but I didnt find anything about this. Problem: I have a common java web application (first page is login and then system options) that run very well in public environments. I have a…
Hernán Tenjo
  • 117
  • 10
1
vote
1 answer

ISA Server, publishing a wildcard site

We have a wildcard dns mapping at our DNS server, where all requests to *.A.com are redirected to our ISA Server. We need to redirect all requests to an internal website http://10.10.10.10. We also need to keep the host-header intact so that we can…
SharePoint Newbie
  • 5,762
  • 12
  • 59
  • 102
1
vote
3 answers

Error accessing uncompiled pages using ISA Server 2006 SP1

We are in the processing of configuring a portal to use ISA Server as our front end security provider. So we are using ISA Server 2006 SP1. Unfortunately when we access .net applications through ISA Server, the first time they are accessed. i.e.…
Bravax
  • 10,231
  • 6
  • 35
  • 68
1
2 3