Hi,I have created Instagram Shop and there when someone click on Product's link, Instagram automatically adds some extra info with the product link and it gives Page not Found error.
For example:
https://mywebsite/shop/product/3231?utm_source=IGShopping&utm_medium=SocialHow can I ignore the extra info after the product ID in odoo?
NOTE: I can not change this from Instagram.Thanks in advance.
When someone click on product from Instagram Shop the link is something like,
https://mywebsite/shop/product/3231?utm_source=IGShopping&utm_medium=Social
With Localhost this link works fine but IIS reverse proxy gives "Internal Server Error" on this.
Any solution to this problem?