upm-developers / upm-server

Server for upm
0 stars 0 forks source link

Prefix in protocol #2

Closed NoahPeeters closed 9 years ago

NoahPeeters commented 9 years ago

From @NoahPeeters on January 30, 2015 23:59

We have to add something like a prefix to our protocol because it is important if the server gets a request from another server or from a client.

Copied from original issue: upm-developers/upm#8

m-bra commented 9 years ago

So the prefix says who is sending the message? Well, thats pretty deep in the implementation, but, if we need it, why not? :+1:

m-bra commented 9 years ago

Wait but why? I think the server knows where a received message comes from? So the sender does not have to say who he is?

m-bra commented 9 years ago

This is actually the same issue as #1 , continuing there