Getting 403 Forbidden on ticket links
Moderator: crythias
-
- Znuny newbie
- Posts: 11
- Joined: 10 May 2012, 21:49
- Znuny Version: 3.1.3
- Real Name: Paul
- Company: BIG
Getting 403 Forbidden on ticket links
When trying to email out a link to a ticket I am getting "403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied."
Where can I find the directory that needs permissions added to allow the agent to open the tickets?
I am running on a Windows 2008R2 server.
Thanks.
Where can I find the directory that needs permissions added to allow the agent to open the tickets?
I am running on a Windows 2008R2 server.
Thanks.
Re: Getting 403 Forbidden on ticket links
how does the link look like?
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 11
- Joined: 10 May 2012, 21:49
- Znuny Version: 3.1.3
- Real Name: Paul
- Company: BIG
Re: Getting 403 Forbidden on ticket links
Here is the email that I got which is giving me the error.
-
- Znuny newbie
- Posts: 11
- Joined: 10 May 2012, 21:49
- Znuny Version: 3.1.3
- Real Name: Paul
- Company: BIG
Re: Getting 403 Forbidden on ticket links
I have tried to open the link while both logged into the system and also being logged out and no browser open.
Re: Getting 403 Forbidden on ticket links
how does the URL looks like if you go to ticket zoom manually?
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 11
- Joined: 10 May 2012, 21:49
- Znuny Version: 3.1.3
- Real Name: Paul
- Company: BIG
Re: Getting 403 Forbidden on ticket links
Within the system this is the address of the ticket.
STS is the friendly name of the server so the agents do not need to remember the IP.
Re: Getting 403 Forbidden on ticket links
Hi,
so for me the look similar...
http://sts/otrs/index.pl?Action=AgentTi ... icketID=22
http://192.168.0.26/otrs/index.pl?Actio ... icketID=22
Is the same browser used on opening from mail? Can you type in the URL (with IP) manually?
so for me the look similar...
http://sts/otrs/index.pl?Action=AgentTi ... icketID=22
http://192.168.0.26/otrs/index.pl?Actio ... icketID=22
Is the same browser used on opening from mail? Can you type in the URL (with IP) manually?
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 11
- Joined: 10 May 2012, 21:49
- Znuny Version: 3.1.3
- Real Name: Paul
- Company: BIG
Re: Getting 403 Forbidden on ticket links
They are both opening in the same Firefox window. I just tried to open each in Chrome and IE for testing and for the IP link it gives the "403" error page, but when I entered the "STS" link I get a login page and then the error "Error Message: Module Kernel/Modules/AgentTiicketID22.pm not found!".
The ticket is still active in the system and has not been closed.
The ticket is still active in the system and has not been closed.
Re: Getting 403 Forbidden on ticket links
check your apache config
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 11
- Joined: 10 May 2012, 21:49
- Znuny Version: 3.1.3
- Real Name: Paul
- Company: BIG
Re: Getting 403 Forbidden on ticket links
I currently have the following 2 entries added for the servername in the httpd.conf.
Is there another setting that I should be looking for?ServerName sts.LOCALDOMAIN:80
ServerName 192.168.0.33:80