Questions tagged as 'curl'

1
answer

cURL PHP - Retrieving page html

Hello, I'm training this cURL. Can you tell me why the following snippet does not work? <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <?php $cURL = curl_init...
asked by 21.02.2017 / 20:21
1
answer

Get attribute value PHP DOM [closed]

I'm trying to make an application to grab certain values from a page and insert them into a page of mine. I do not know how to program, but I'm still risking it, because it's to improve my job (bid analyst). So far I have managed to get one of t...
asked by 28.01.2017 / 23:20
1
answer

PHP webservice connection occurring cURL ERROR: 35

Hello, I am trying to connect to a webservice that uses SSL security, requiring the use of a certificate. I was trying to initially on a linux server, but now I'm using it on my computer with windows and xampp. I've already tried connecting to t...
asked by 02.06.2016 / 04:40
0
answers

Automate process - Robot? [closed]

There is a page in php where I have to make several queries. This page is not the one I manage and I do not have any information about its source code. What is done on this page: A value is entered in an input and awaited return with the info...
asked by 25.07.2015 / 17:46
2
answers

I can not delete a range of words in a string

I made a function in PHP that returns the result of a POST and converts to a string using cURL. However, my code returns a lot of useless information. I wanted to manipulate the string so that I could erase all the useless information...
asked by 27.08.2015 / 16:39
0
answers

cURL access https

Good afternoon, I need to access the following link link and in it I need my system in php to enter the login and the password. The problem:    1- My page is in braco quado call this link ... but I tested the code with other sites and it...
asked by 03.06.2015 / 21:05
1
answer

How to monitor a URL when there are changes?

I have a system, which needs to compare multiple values, between multiple sites. These values are read from an XML provided by the site in question. The problem is that the default URL reading via cURL, for example, to 1 single site, however,...
asked by 06.04.2018 / 19:55
3
answers

Return of content by cURL [closed]

I am developing an automatic ticket generator, using a tool provided by Banrisul. To generate this automatic ticket I need to send a request through the following URL:      link The data I reported on this link are fictitious, would you like...
asked by 04.09.2014 / 03:07
1
answer

error 405 Method Not Allowed

I'm trying to log in and return the panel to a web site pore me and returned a 405 Method Not Allowed error how can I resolve this? <?php $email = ' '; $senha = ' '; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https:/...
asked by 09.07.2017 / 17:01
2
answers

Read a Serasa Data String

I need to make a query on Serasa Experian services in my application. I have already assembled the whole layout and when I make the request directly through the browser, I have the expected return perfectly https://mqlinuxext.serasa.com.br...
asked by 23.09.2015 / 21:07