Diwali Holidays & Weekend Break Notice

Please note that our team will be on vacation for the Diwali Festival from 20th October to 23rd October 2025 (IST). We will resume responding to queries from the queue starting 24th October 2025 (IST), following the weekend.

Since the holiday is starting right after the weekend, response times may be longer than normal during this extended holiday.

Thank you for your understanding, and we wish you a Happy Diwali!


Okay
  Print

HTTP_AUTHORIZATION

When you try to verify API token, You may get "Missing parameter oauth_token.” 

This is because of HTTP_AUTHORIZATION not allowed. So, you need to add below code on your htaccess file this file Located on your project main root folder.


RewriteEngine On

RewriteCond %{HTTP:Authorization} ^(.*)

RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]


And try procedure from start.