I am sending an HTTP POST API request to my IIS web server with the address localhost/support/api/tickets.json. It works fine on APACHE but on the IIS server I am getting a 404 error. Any suggestion?

PHP version: 5.3.27

IIS Version: 7

Operating System: Windows Server 2008 R2

OSTicket Version: 1.7.3

ISS error log:

#Software: Microsoft HTTP API 2.0

#Version: 1.0

#Date: 2013-11-16 02

#Fields: date time c-ip c-port s-ip s-port cs-version cs-method cs-uri sc-status s-siteid s-reason s-queuename

2013-11-16 02 10.6.139.132 46304 10.10.71.157 80 - - - - - Timer_ConnectionIdle -

2013-11-16 02 10.6.139.132 33744 10.10.71.157 80 - - - - - Timer_ConnectionIdle -

2013-11-16 02 10.6.139.132 52324 10.10.71.157 80 - - - - - Timer_ConnectionIdle -

2013-11-18 18 10.6.139.132 40186 10.10.71.157 80 - - - - - Timer_ConnectionIdle -

2013-11-18 18 10.6.139.132 54885 10.10.71.157 80 - - - - - Timer_ConnectionIdle -

2013-11-18 18 10.6.139.132 46312 10.10.71.157 80 - - - - - Timer_ConnectionIdle -

2013-11-18 18 10.6.139.132 40379 10.10.71.157 80 - - - - - Timer_ConnectionIdle -

2013-11-18 18 10.6.139.132 42103 10.10.71.157 80 - - - - -

Write a Reply...