RS005
Secure Mode enabled, checksum required
🔗 Tips To Fix This
- Make sure to include a
checksum
orJWT
- (Not recommended) Turn Signed Requests off.
🔗 Why is This Happening?
For security reasons you must always include a checksum
or JWT
when secure mode is enabled.
Check out our Signed Requests page to find out more about when these types of requests are required, how to turn them on/off, and how to generate a checksum
or JWT
.