Sto cercando di aggiungere un delizioso segnalibro da uno script di shell, ma continuo a ricevere il misterioso errore "qualcosa è andato storto". Ho controllato le specifiche ufficiali e diversi esempi e tutto sembra a posto. Qualche idea? wget --no-check-certificate --http-user=MYUSERNAME --http-passwd=MYPASSWORD https://api.del.icio.us/v1/posts/add?url=http%3A%2F%2Fwebmonkey.com%2F&description=The%20Internets%20Best%20Singles%20Hangout anche provato wget --no-check-certificate https://MYUSERNAME:MYPASSWORD@api.del.icio.us/v1/posts/add?url=http%3A%2F%2Fwebmonkey.com%2F&description=The%20Internets%20Best%20Singles%20Hangout
Ho a che fare con una situazione sconcertante riguardo a cURL e ai suoi valori CApath e CAcert, poiché cURL si comporta in modo diverso per due utenti sullo stesso sistema (SUSE 11 SLES). Per il primo utente, cURL ha esito negativo e il suo output mostra che CAfile è …
Crea dir logs(per registri di output) Crea uno script IsTheServerUp.bash Scrivi uno script per verificare se il server è attivo Registra ( echo) il risultato nel file Utilizzare il curlcomando per controllare il server Usa le regole sopra per scrivere la tua bash Utilizzare curlper richiedere una pagina Web da …
Vorrei recuperare tutti i file .html da un sito Web che ha un determinato testo sul suo nome: per esempio. this_is_good_site.html Quindi, vorrei scaricare i file .html con una parola "buono" sul suo nome. Ho provato wget e curl, ma non ho capito come posso scegliere quei file usando un'espressione …
Sto usando Mac 10.9.5 con shell bash. Sto cercando di inviare una richiesta tramite curl, ma continuo a ricevere errori quando provo a impostare l'intestazione del tipo di contenuto. Di seguito ci provo davea$ curl -v -o -H "Content-Type: application/json" -X POST -d '{"username”:”username”,”password”:”password”}’ http://localhost:8080/myproject/login ma curl restituisce un errore …
Sto cercando di fare una richiesta POST via curl su un server che supporta solo TLS 1.2, TLS 1.1 e TLS 1.0. Tuttavia, anche quando provo a specificare la necessità di TLS anziché SSL v. 3 predefinito (aggiungendo --- tlsv1) ottengo la seguente risposta: curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake …
Ho raschiato un sito Web utilizzando il semplice parser DOM php: <?php include 'domparse.php'; $html = file_get_html('http://oceanofgames.com/rebel-galaxy-free-download/'); foreach($html->find('form[action="http://oceanofgames.com/Cloud-VPS-Download.php"]') as $element) echo $element; ?> E ho finito con qualcosa del tipo: <form action="http://oceanofgames.com/Cloud-VPS-Download.php" target="_blank" method="post"> <input type="hidden" name="filename" value="Rebel_Galaxy.zip" /><br /> <input type="hidden" name="filesize" value="2GB" /><br /> <input type="hidden" name="id" value="85.25.103.44" …
Ho un'applicazione che è richiesta per inviare richieste HTTP tramite un proxy che supporta solo l'autenticazione NTLM contro il controller di dominio locale. Sto usando un build SSPI libcurl per inviare richieste che funzionano su Windows 7+ come sistema locale e Windows Server 2008 come utente di dominio. Quando eseguo …
Ho collegamenti come questi: https://website.com/CODE2016-DEO87.mp4 https://website.com/CODE2016-SX798.mp4 https://website.com/CODE2016-ED082.mp4 Conosci un modo per scaricare tutti i file usando wget , curl o altro? Voglio scaricare tutti i file eseguendo un singolo comando come questo: $ wget https://website.com/CODE2016-*.mp4 Qualsiasi aiuto?
Sono dietro un proxy / firewall aziendale. Voglio estrarre informazioni da un altro sito Web e sto cercando di farlo usando php e curl. La mia sceneggiatura è la seguente: ===================== inizio dello script ================ $url = "www.guptaed.com"; $proxy_ip = "12.34.56.78"; // ip changed from real company proxy $proxy_port = …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.