Communications between a server and server.
Questions tagged [server-to-server]
85 questions
0
votes
1 answer
Node.js request with oAuth2
I have no idea where to start (even where to start searching). I have to make request from Node.js server to another server with oAuth2 authentication. Could anyone give me some clue?

Łukasz Jagodziński
- 3,009
- 2
- 25
- 33
0
votes
1 answer
What is server to server posting script?
I am integrating a 3rd party module into my site. I read their documention, but I stuck at this line:
"Your script should then do a server-to-server posting to our server. For example: https://www.domain.com:XXXX/gateway..."
What is it? I write a…

mysqllearner
- 13,523
- 15
- 43
- 43
0
votes
1 answer
Google Big Query with C# Server to Server
I', using
Google .NET Client Library
Stable Release '1.6.0-beta' (Wednesday, October 23, 2013)
But the samples it contains, any one refers to bigquery.
the examples I found, refer to the Google.Apis.Bigquery.v2.dll which I found somewhere else
and…

Fraga
- 1,361
- 2
- 15
- 47
0
votes
1 answer
How to receive some files at A node.js/express server and send files to B node.js/express server
I'm working on node.js express servers
I'm stuck! Cant find the correct answer in documentation or somewhere else.
I need be able to:
receive 2-3 PDF files at server A from client-side
upload those files to server B
make ZIP file from files on B…

v.nikopolidi
- 100
- 3
0
votes
1 answer
In PHP is there a way that the server can download a file directly to the filesystem?
I need my server to download a file and write it to the server's filesystem. The problem is that all the PHP examples I've seen download the file into server RAM and then write to a file.
Since I'm dealing with large files, I'd like PHP to read the…

Robert Louis Murphy
- 1,558
- 1
- 16
- 29
0
votes
1 answer
How does a "Server to Server" tracking method(for redirect purposes) work?
My company has various ways to sending across information via the web-services. One is called "server to server" and from what I understand, that means it's invisible to the client/web-user. But I don't see how this fits in with redirecting .
I'm…

Caffeinated
- 11,982
- 40
- 122
- 216
-1
votes
0 answers
Addressing Duplicate Webhook Notifications in Zoom Server-to-Server Apps: Seeking Guidance
If you have multiple server-to-server apps in your Zoom developer account and generate webhook URLs for receiving notifications, you might encounter duplicate webhook notifications being sent to your application for the same server-to-server app. To…

Ubaid Ali
- 19
- 3
-1
votes
2 answers
How to authorize 000webhost posts?
I am using curl in php to post data from my local server to a webhost server:
$post = array('test' => 'this is a test' );
$url = "https://my-app.000webhostapp.com";
$curlSesh = curl_init();
curl_setopt($curlSesh,…

Ethan SK
- 736
- 8
- 12
-2
votes
1 answer
is it posible to SCP remote server to remote server to local in one command line?
I am connected to a bridge server and from there I am connected to another server, so I wanted to know if it's possible to use SCP command to copy files or folders in just one line, without having to stand on the bridge and scp from remote to bridge…
-8
votes
2 answers
Didn't get in-app purchase server to server notification?
I implement in-app purchase server to server notification and add url in appstore But Some time i didn't get response from apple server in sandbox environment. My backend is in Python - django. Can anyone help me how to implement?

Drashti Javiya
- 519
- 1
- 3
- 14