I want in my app to save ip from user and then redirect to another page. Problem is when I past this link to facebook they go to page and show not my link but link that is redirected (because they visit my app).
I use akka-http and on complete I send http response with status 307 and header locaction with redirect link.
Can I somehow avoid this facebook behavior?