Communications between a server and server.
Questions tagged [server-to-server]
85 questions
1
vote
1 answer
App Store Connect Sandbox Server-to-Server Notifications Not Sending Expected Fields
I've setup server-to-server notifications for in app purchases for iOS. I'm receiving the http posts successfully, but the request.body does not include all the expected fields as described here.
The only fields I'm getting are latest_receipt or…

pyetti
- 188
- 2
- 14
1
vote
0 answers
Google Client returns JWT ErrorException : supplied key param cannot be coerced into a private key
I'm trying to setup a Google Client, I want to use it with a Google MyBusiness Service as an argument.
I tried every solutions that I've read in Google Client documentation, and also asked for help everywhere.
I still have this ErrorException from…

Amine Herradi
- 11
- 2
1
vote
1 answer
System.TypeInitializationException: The type initializer for 'Microsoft.IdentityModel.Clients.ActiveDirectory.Authenticator' threw an exception
I'm attempting to perform S2S authentication from a Dynamics 365 plugin, unsuccessfully so far. The following exception occurs:
System.TypeInitializationException: The type initializer for…

Shalom Aleichem
- 2,987
- 2
- 22
- 34
1
vote
1 answer
Transfer users between Django servers
I have two types of Django servers. One is a central server that contains a master database. There's only one of these.
Then there's an arbitrary number of client servers that contain their own databases. These client databases act as a cache for…

Ian Kirkpatrick
- 1,861
- 14
- 33
1
vote
1 answer
Integrate an IM chat server to existing Spring server
I'm trying to integrate an openFire XMPP server to my current company Spring server but have two major questions I cannot find the answer to -
I'll start with my current architecture first -
1. The xmpp server have a DB-server of it's own…

Jk Dough
- 13
- 2
1
vote
1 answer
what is the fastest way to do server to server calls?
I have Oauth2 implemented in my application to protect API calls.
My Oauth and resource server are on two separate physical boxes(but on same network). For each call on resource server it needs to call Oauth server for Oauthtoken validation.
I have…

wizneel
- 301
- 1
- 2
- 10
1
vote
0 answers
CloudKit Server-to-Server authentication with delphi?
I saw the article yesterday on Apple CloudKit and the new server to server solution. See link here.
Is there anyone who knows an up-to-date way how to calculate ECDSA in Delphi 10 Seattle ?
I did not find yet any particular unit to do so.

Bas Eshuis
- 21
- 1
- 2
1
vote
0 answers
Sails.JS - Server to Server communication using socket.io
I have an architecture having a central Sails.JS (let's call it A) and multiple Sails.JS that gets/sends info from A (it will be called B).
I need to make a link between A and B using sockets.
Any idea howto do that ?

Sialagio
- 29
- 1
1
vote
2 answers
Trouble making authenticated calls to Google API via OAuth
When I try to make a call to the Google Directory API using Server to Server authentication, I get the error message "Not Authorized to access this resource/api".
What I did:
Created an App in the Google Developers Console.
Downloaded the private…

user3482779
- 15
- 1
- 6
1
vote
1 answer
"Unexpected. Please try again." while accessing google.com:adsense-reports
I get the error "Unexpected. Please try again." while accessing adsense reports through Google Api. Executing the below query in BigQuery browser tool works like a charm.
Note: I use the server2server authentication.
SELECT date, SUM(earnings) FROM…

scarya
- 11
- 1
- 4
0
votes
3 answers
Server to amazon EC2 instance communication with python?
I have this. But it only works locally. I always receive a connection timeout when I run the client.
The port on the server is open to the default security group.
server.py:
import SocketServer
class MyTCPHandler(SocketServer.BaseRequestHandler):
…

Glycerine
- 7,157
- 4
- 39
- 65
0
votes
0 answers
Setup Server to Server in Firebase and GA4
I'm trying to setup S2S in Firebase for connect data Service Applications and GA4 purpose.
enter image description here
For application, we have an android and iOS, for sure we aslo have 2 firebase_id/secret_key: 1 for android and another ones for…
0
votes
0 answers
Google Cloud - App engine - Server to server tracking - Getting data into Bigquery
Ive recently started testing out using Google app engine in order to start server side tracking.
The test is being made with GA templates and GTM.
The server is up and running, the logs are say they should be, it seems to be working fine from what I…
0
votes
1 answer
Disable fastly cache on individual request
I have a legacy system that still serves customers and needs to be behind a fastly cache. However, our new system needs to stay in sync with our legacy system, so we make updates via the rest api. However, since fastly caches the results, this can…

CStroliaDavis
- 392
- 4
- 14
0
votes
0 answers
Python Server to Server communication, multi-threading, Consumer Producer
I want to use python to create two web servers which communicates over HTTP protocol between them. First web server is producer which produces some data on multiple threads (more than 5) and it sends these data from multiple threads to the second…

Zurab
- 1