Had the time to play more with it and I think you do not do record_route()
for OPTIONS requests -- this is a requirement to know local addresses used to communicate with each side, the Record-Route headers do not appear in the requests sent out. I pushed a commit to the docs to make this clear.
I also added another patch (97532ca) that should make it work without record_route
for your specific case, but I would recommend to do the option with record_route()
, should be safer overall.
Reopen if still an issue.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.