Load products in the background doesn’t work
-
I did my homework before coming here!
Here’s my problem, I have a reverse proxy that’s forwarding all of my Post requests, and something seems to be ignored and the correct pricing doesn’t show.
In my reverse proxy, I set the
HTTP_X_FORWARED_FOR
(and[HTTP_X_REAL_IP]
) to “93.187.216.173”. I have verified that it gets set to that IP by printing it out (see attached page).Looking up this URL in the maxmind database, I can see that I get Canada, but when I make the request, it thinks I’m from the US.
In
database_required
you check for additional headers, but when printing out the headers, I don’t see any of those headers that could interfere.Lastly, I know this works because it works just fine on the apex domain. It’s just the reverse proxy that’s doing something. So I’m sure I’m missing something small.
Ps. This is all done on the www subdomain. If you click to another page you’ll be at the apex domain. Here’s where it should show up in Canada https://www.delozio.com/produit/meglio?cache=bust123
- This topic was modified 4 years, 5 months ago by .
- This topic was modified 4 years, 5 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Load products in the background doesn’t work’ is closed to new replies.