Posts by user3033607 • 1 point
3 posts
-
0
votes1
answer226
viewsA: Consumir Webservice
$a='stringsearch'; $username = 'username'; $password = 'password'; $url = "http://exemplo.meuwebservice:(porta)/paraexemplo/$a"; $ch = curl_init($url); curl_setopt($ch,…
-
0
votes1
answer226
viewsQ: Consumir Webservice
Hello, I have a service link http://example.meuwebservice:(port)/paraexample/ that when accessing via web browser, asks me for login and password and can result in json (only after entering username…
-
0
votes1
answer67
viewsQ: Parameters Action Mailer with Bluehost Brazil
Hello, I am trying to send notifications in my Rails application, in development mode. With GMAIL, everything ok, but I’m not able to use with the hosting I have at Bluehost Brasil. I have tried to…