• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

each request I got different token for one endpoint, but another endpoint, i got the same token.

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Folks,

I have a question regarding the REST token.

the client code called 2 different REST server endpoint to request token.

One endpoint, for each request, I always got the same token: "5016b058e4b0e55ed3dbaeb9
But another endpoint, each request, i always got different token.

Could some body tell me reason why?

Thank you!

Chwang

the following is request and response token

this one has same token response:



But another endpoint, each request, i got different token. the following token is DDz9gfFF1UBoWCJaW68pCMJa_aYczxJ6. if I send request again, token will be changed.


 
reply
    Bookmark Topic Watch Topic
  • New Topic