yodarunamok / fxphp

FX.php -- The best way from FileMaker to the Web
http://fx.iviking.org/
44 stars 29 forks source link

Reverted and fixed bug. #6

Closed matsuo closed 12 years ago

matsuo commented 12 years ago

Reverted and fixed failing unit tests with FMCakeMix. And FX.php should not set CURLOPT_SSL_VERIFYPEER to false.

yodarunamok commented 12 years ago

I can see the reason for passing the username and password as a header, rather than in the URL. Is there a way to get the unit tests to pass with FMCakeMix, and still use headers, rather than the URL?

matsuo commented 12 years ago

I found. Fixed guest access and using port except 80. Please see pull request #7.

yodarunamok commented 12 years ago

Beautiful. Thanks!