Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




LOTS of "302 redirect" in Fiddler when starting desktop client

desktop

Background: I could not login on the desktop using http://gemini.company-name.local/Gemini (I got "invalid user and/or password"), but I could login using http://gemini.company-name.local/Gemini/Main.aspx. This may have something to do with the problem, or it may not.

When I restart the desktop and watch the Fiddler log, I get two minutes' worth of 302 errors: Main.aspx redirects to Default.aspx redirects to Main.aspx ... while the desktop says "Fetching...".

Why is that, and is there something I can do to fix it?

I am not a Gemini admin.

Larry Clapp
· 1
Larry Clapp
Replies (4)
helpful
0
not helpful

The URL to login to the desktop should be the following: http://gemini.company-name.local/Gemini. If this does not work please navigate to http://gemini.company-name.local/Gemini/api/users.ashx in a browser. What do you get back?


Simran
· 1762
Simran
helpful
0
not helpful

http://gemini.company-name.local/Gemini does not work. I get "Incorrect username and/or password."

Fiddler reports 3 requests:

GET /Gemini/api/admin.ashx/test?compress=1 HTTP/1.1 => 200 OK
PUT /Gemini/api/admin.ashx/test?compress=1 HTTP/1.1 => 200 OK
GET /Gemini/api/users.ashx/users/username/OUR-DOMAIN/my-username?compress=1 HTTP/1.1 => 403 Forbidden

All response bodies are compressed and/or binary and I can't figure out how to get Fiddler to display them.

At http://gemini.company-name.local/Gemini/api/users.ashx I get:

Welcome to the Gemini Users REST API

Fiddler reports

GET /Gemini/api/users.ashx HTTP/1.1 => 200 OK

Request:

GET http://gemini.company-name.local/Gemini/api/users.ashx HTTP/1.1
Host: gemini.company-name.local
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: keep-alive
Cookie: geminimaindash=; ASP.NETSessionId=5egpbzih43vgpa45sn3tzm45; .Gemini40RTM=lots-of-hex

Response:

HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Fri, 22 Jun 2012 11:36:13 GMT
Content-Length: 45

Welcome to the Gemini Users REST API


Thank you for your help!


Larry Clapp
· 1
Larry Clapp
helpful
0
not helpful

Which version of IIS are you running? Also I presume you are using Windows Authentication with Gemini, in which case please give everyone full access on the API folder of the Gemini site using Windows file explorer.


Simran
· 1762
Simran
helpful
0
not helpful

Which version of IIS are you running?

I am not a Gemini admin on our system, just a user. Does the "Server: Microsoft-IIS/7.5" header on the HTTP response quoted above not give you that?

Also I presume you are using Windows Authentication with Gemini

Yes.

please give everyone full access on the API folder of the Gemini site using Windows file explorer

Do you mean this or something else?


Larry Clapp
· 1
Larry Clapp