/profile/{id}/avatar?secure={base64authkey}
I'd like to spruce my fixx addon up by showing the avatars however I do a clean request for /profile/5/avatar. Quite rightly it doesn't give me any picture back because i dont send along the SPRING_SECURITY_REMEMBER_ME_COOKIE. Is it possible however to allow for /profile/5/avatar?secure=<base64authkey> ?
</base64authkey>
</base64authkey>
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?You should be able to still get an avater just by using HTTP Basic Auth.
The company says
this answers the question
-
Ok thats good.. but setting a src attribute is a tenfold times easier then downloading the file with sockets and save to harddisk using GDI. As any programmer I too am lazy :) I also realise I could do http://username:password@.... but that would put a smile on any network sniffer :) -
I see where you are coming from but this is a specific requirement where I presume you cannot control the underlying network request. If there is sufficient demand, we might do it, but right now I would have to put it down to platform limitation :)
Loading Profile...




EMPLOYEE