I am in production and I run into a CORS
error when fetching data from my Payment Platform with the following error
Failed to load https://www.pesapal.com/api/QueryPaymentDetails?oauth_signature_method=HMAC-SHA1&oauth_timestamp=1513397234&pesapal_merchant_reference=JUB-1513395508&pesapal_transaction_tracking_id=2cb419c1-bdc8-43d7-b573-d2cffd199a82: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://tiip.co.tz' is therefore not allowed access.`
How can I deal resolve this in Production for a REACTJS
application created through create-react-app