yodarunamok / fxphp

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

Get the passing of username and password to work via cURL options again. #7

Closed matsuo closed 12 years ago

matsuo commented 12 years ago

I found. Fixed guest access and using port except 80.

APD183 commented 12 years ago

It looks like this added the cURL options back, but didn't remove the user/pass from the dataURL (See line 120 from request #6).

matsuo commented 12 years ago

I didn't remove the user/pass from the dataURL for not using cURL. Need more refactoring. This patch is not necessary maybe. cURL detect username, password and port automatically from the dataURL.