All Questions
Tagged with curl authentication
573 questions
0
votes
0
answers
52
views
Trying to automate URL inspection in google but cannot get past authentication
Google isn't clear to me on how I can login to the google search console API.
I'm using PHP and CURL.
I passed in for the URL: "sites/example.com/searchAnalytics/query?key=mykey" and I ...
0
votes
0
answers
25
views
How to retrieve specific data using cURL
I am attempting to retrieve either of the "SeatCount" values from the JSON below. The problem I'm having is that the endpoint requires authentication but the site is setup for SSO using a ...
0
votes
1
answer
151
views
How to download html with curl or wget from a page using a JavaScript login sequence?
I am trying to scrape the "status page" of my PV system as follows:
In a regular browser, I simply open this page: https://enlighten.enphaseenergy.com/web/5000000/today/graph/hours
This ...
1
vote
0
answers
603
views
Post job in Indeed from our site using PHP and save the job on our portal from Indeed using PHP APIs
I have created a job portal using PHP and MySQL. Now I want to create a cron job which posts jobs from my portal to Indeed as well as I want to post jobs from Indeed to my portal.
I have created an ...
0
votes
1
answer
624
views
Calling GCP HTTPS function with cURL without any "dependencies"
Edited based on "Guillaume Blaquiere" answer:
I have a GCP(Google Cloud Platform) HTTPS function, I need to research the difference between "Cloud Functions", "Cloud Run" ...
-2
votes
2
answers
549
views
Can't access my API for SQL Server (Error 500)
I am hosting a site on IIS (Windows Server 2022), and trying to implement a simple register-login system via simple ASP.Net Core Web API, but while I can manipulate database internally, I cannot do it ...
0
votes
1
answer
300
views
AWS - bash - sigv4 - SignatureDoesNotMatch - The request signature we calculated does not match the signature you provided
I'm encountering an issue with an AWS S3 request where the error message indicates a signature mismatch:
"The request signature we calculated does not match the signature you provided."
I've ...
0
votes
0
answers
93
views
Python login using RestApi requests module
I cannot force the Python requests module to work with my server for authentication. First, the user has to authenticate to get the token to work with other GET requests.
On the other hand, when I use ...
1
vote
0
answers
939
views
How to embed "AVEVA (OSI Soft) - Pi Vision" displays
I am working on a website in which I want to integrate AVEVA (OSI Soft) Pi Vision. Main requirement is to embed the Pi Vision displays in the new website.
I have a user, by which I am able to login on ...
-1
votes
1
answer
145
views
PHP OAuth Curl: issues passing array values "Uncaught TypeError: curl_setopt(): The CURLOPT_HTTPHEADER option must have an array value"
I'm finalising something for a uni project that requires OAuth Intergration, I'm having issues with Curl, it appears like I've copied my reference material okay but where my lecturers can get this ...
0
votes
0
answers
462
views
curl digest auth is failing
i try to connect to http server using digest authorization by using curl from shell script.
so far curl seems to not make the 2nd http request, that is needed to finalize digest authorization.
curl ...
0
votes
1
answer
1k
views
How to send variable in curl command to generate token?
This is the curl command I'm using which generates a Bearer Token. The command has the following variables: $url(base url), $cid(clientid) and $csec(client secret). I have used the echo command and ...
0
votes
0
answers
78
views
Why does my cURL fails? I'm trying to verify user identity on an API
Here are the codes:
<?php
class General{
#to verify user password with api
public static function verifyUser($user,$pswd){
#url
$url = 'https://api.hp.upm.edu.my/cron/...
0
votes
0
answers
426
views
Execute task that needs login by using oauth consumerkey and consumersecret
I am trying to log into a webpage to execute a task...
I can execute tasks that do not require login, but the ones that require that, I can not...
I have this:
"oauthConsumerKey": example-...
0
votes
2
answers
434
views
Why do I get Client authentication failed on XAMPP server and Linux server?
I'm trying to make a POST request using CURL.
Using Postman and on my local machine using IIS there is no error but on XAMPP server and Linux server with CA certificate I get:
{"error":&...