How does a "Server to Server" tracking method(for redirect purposes) work?

825 views Asked by At

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 just confused about this and how it works, any tips/pointers/comments welcome. Thanks

1

There are 1 answers

0
Case On

So, you use a CURL or the like to communicate Server-to-Server the second server returns a URL which the first Server now sends the user to. This allows you to privately communicate data to the second server that the user can not alter. Which will be used to pre-populate a page for them.