CMPUT404 / socialdistribution

A distributed social network
http://socshizzle.divshot.io
Apache License 2.0
0 stars 2 forks source link

'Author-Host' support in /author/:id #145

Closed derekdowling closed 9 years ago

derekdowling commented 9 years ago

If set, should make a call to the remote url.

derekdowling commented 9 years ago

@KarimBaaba can you update this to match the header you specified?

xkb commented 9 years ago

On GET /author/:id requests, an extra header Author-Host will be passed for foreign requests. Still expects the same return format.

derekdowling commented 9 years ago

This is now supported.