Tagged Questions
The server-to-server tag has no wiki summary.
3
votes
2answers
126 views
C# How to communicate between 2 servers
I have a website running ASP.NET (C#) on server A. I need my website to access a webservice on server B. server B will only accept incoming requests if the requestee is located within a certain IP ...
1
vote
2answers
81 views
Making a Cross Domain API
I Have a new project at work. It will require server to server and client to server messaging on a cross domain basis, just like the Facebook API. Where can I find good resources about this subject?
...
1
vote
3answers
271 views
Connect to Amazon S3 from hosting
Ok I been Googling for a while now, and i can't seem to find a good tutorial on how to connect to an Amazon S3 account from my hosting server. If anyones knows of a good step by step tutorial please ...
0
votes
3answers
50 views
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
...
0
votes
0answers
33 views
Google Checkout API DigitalCart.php Blank
I am working on setting up a google checkout on my site and am thinking that I need server to server payment to make sure that I can send information to and from google checkout. When working on the ...
0
votes
1answer
25 views
set input value to file located on server
Ok im really new to amazon s3 just created my account today. im tring to upload files from my server to my S3 account via POST Proposal. i got at working form that has a input type file but i dont ...
0
votes
1answer
52 views
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: ...
0
votes
1answer
1k views
XMPP Server-to-Server for Gmail.com/Jabber.org
I'm in the phase of implementing the server-to-server communication part of a XMPP Server.
I'm testing my implementation with Gmail.com and Jabber.org but both seem to use the dialback protocol. Does ...