[freeside-devel] Building Self Service Application
Kristian Hoffmann
khoff at fire2wire.com
Mon Jan 20 14:06:15 PST 2014
On 01/20/2014 08:56 AM, Corey Young wrote:
> Hello everyone,
>
> I am currently building an application to interface with your self
> service API using PHP. One of the requirements of my project is to
> access ticket information in RT. The issue I am having is when I try
> to access the REST api for RT on a freeside implementation I get a 401
> error which is unauthorized. I have tried on a custom installation as
> well the demo app supplied. When I use a stand alone RT installation
> the REST API works properly. I am wondering if there is a
> configuration option to allow the RT REST API to work within a
> freeside application. Thank you for taking the time to read and have a
> great day.
You could try something like this in your apache config...
<Directory /fs/path/to/RT/REST>
Satisfy Any
Allow from all
</Directory>
-Kristian
More information about the freeside-devel
mailing list