proofgeist / generator

Generator - Store, explore, share and create FileMaker Code
MIT License
35 stars 8 forks source link

Basic Auth fails with some Web Services #2

Closed dansmith65 closed 7 years ago

dansmith65 commented 7 years ago

Due to the default option in BaseElements plugin https://github.com/GoyaPtyLtd/BaseElements-Plugin/issues/78. Can get around it by encoding the user/pass in the URL, or by setting this curl option:

BE_Curl_Set_Option ( "CURLOPT_HTTPAUTH" ; 1 )

One webservice that this fails on is http://developer.helpscout.net/docs-api/

toddgeist commented 7 years ago

Nice