Select to view content in your preferred language

HTTP Referer

2175
2
04-04-2013 11:15 AM
IgorBalotsky1
Regular Contributor
Hello,

I have a Flex application that I created with security. When I launch the app and the login prompt appears, the login fails because it's attempting to login to the wrong URL. If I go to the token service and specify the correct URL in the HTTP referer, I can generate a token just fine. Is there a way to specify an HTTP referer for the Flex app when logging in?

I am using a web adaptor on port 8080 on the web server, but the front end URL is on port 443 and according to Fiddler, the Flex app is attempting to access the port 8080 site for which I created a binding in IIS.

Thanks,
Igor
Tags (2)
0 Kudos
2 Replies
IgorBalotsky1
Regular Contributor
The solution for me was to enable Windows authentication instead of the built in tokens, but this broke publishing from ArcMap which is what I am trying to figure out now.
0 Kudos
GISDev1
Deactivated User
The solution for me was to enable Windows authentication instead of the built in tokens, but this broke publishing from ArcMap which is what I am trying to figure out now.


What part broke? You can't create the Publisher connection? If so, make sure you are putting your domain name as a prefix (domain\) to the username.
0 Kudos