-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Hi
Configured my rails application in controller with following:
reverse_proxy api_path, verify_ssl: true, headers: { 'X-API-Key' => mykey }, cookies: cookies do |config|
config.on_missing do |code, response|
puts "Body:#{response.body.to_s} Code:#{code} cookies:#{cookies}"
end
end
When I am calling API through Postman with same credentials it is showing results, but when I called same API through my rails application it is showing following:
<title>403 Forbidden</title>
403 Forbidden
cloudflare
Can you share a code snippet for setting a cookies for reverse-proxy?
Metadata
Metadata
Assignees
Labels
No labels