I'm working in two projects.
Project A Project B
Both are hosted in the same server. Thee only difference is that Project B has been added to a Phone Carrier's gateway, so it can display extra HTTP HEADERS added by the Phone Carrier.
When the phone is redirected from Project A to navigate directly on Project B, PHP is able to display all headers, even those headers added by the carrier.
When the phone navigating on Project A and curl to Project B, all the headers added by the carrier are missing.
Is there any way to simulate HTTP navigation without redirecting the user to Project B?
Why headers are missing?
Any? Anything?