Questions tagged as 'curl'

0
answers

Error making cURL in PowerShell

I run this command on the windows 10 power shell and it gives me an error.    curl --data '{"method": "web3_sha3", "params": ["0xe80966bc0e85e3e00bf7a2b6526aea7e8ecf4e0b"], "id": 1, "jsonrpc": "2.0"}' -H "Content-Type: application / json "-X...
asked by 29.11.2018 / 12:26
0
answers

Error #: Failed to connect to url port 80: Timed out cURL php

This is the curl code if($this->request->is('ajax')){ $datos = $this->request->data['curp']; $this->response->disableCache(); $this->autoRender = false; clea...
asked by 06.11.2018 / 04:42
0
answers

How to connect PHP and DynamicsNAV 2017?

Hello friends, good afternoon. I have an error when trying to connect to a web service of nav 2017 with PHP, I am using Soap Y curl as it comes in some articles on the web and when I try to make the connection it gives me the follo...
asked by 26.10.2018 / 20:58
0
answers

Consume API to BD

I am working on my degree project and I have to make a system that works based on an API. This API must be integrated into a database, that is, I must extract all information regarding the company for which I work and integrate it into a local b...
asked by 05.10.2018 / 14:28
1
answer

Problems saving file type images, xls, doc in IBM CLOUD OBJECT STORAGE

I am doing an api in php with CURL to receive a file from a form which places it in the Cloud Object Store of IBM Cloud. All good with pdf and txt files, but when sending image or office files when downloading them from the bucket (direct fro...
asked by 26.09.2018 / 17:20
1
answer

Extract data with API / JSON

My query is as follows, I have a rest API this is the url ( link ) and what I want is to make a GET with a Json . Search the internet for examples with curl but I have never worked with that extension and I do not know if it goes...
asked by 27.08.2018 / 22:19
1
answer

Login to a web from CURL PHP

regards first of all I have a problem I am trying to start a session on this website link but I can not get the code to work and after starting I want to to go to the list of projects that is here link I would like to help me and thanks to t...
asked by 08.09.2018 / 15:22
0
answers

api curl_init php

I have the following command: header("Content-Type: application/json"); $url="https://api.comprobanteselectronicos.go.cr/recepcion-sandbox/v1/recepcion"; $ch = curl_init(); $cOption = array( CURLOPT_URL => $url, CURLOPT_HEADER...
asked by 09.08.2018 / 18:30
0
answers

php curl $ _FILES empty (empty)

I try not to bother much with questions. I rarely do them but this is very complex. I am following the code of: link I try to send a document using CURL. When executing it, it actually receives a response from the file (php code) that th...
asked by 30.07.2018 / 08:11
1
answer

Edit the page rescued with curl before executing it with curl_exec

Ok guys I explain I am connecting with curl to my bank page, it enters perfectly, but when I run the page as it does on my local server, the hyperlinks look for them on my local server something like this href="/ HB / frontEnd / css / styleInter...
asked by 11.06.2018 / 02:09