Reading header data in Ruby on Rails
Asked 07 September, 2021
Viewed 1.3K times
  • 61
Votes

I am making an API where in the access token for Facebook login will be sent in through header data.

How do I read this data from the header?

3 Answer