সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি উত্পাদন পরিবেশে বিজ্ঞপ্তিগুলি সাবস্ক্রাইব করতে, আপনাকে অবশ্যই বিজ্ঞপ্তিটি পরিচালনা করার জন্য একটি বৈধ SSL শংসাপত্র সহ একটি কলব্যাক URL প্রদান করতে হবে৷ উন্নয়নের উদ্দেশ্যে, আপনি Google দ্বারা প্রদত্ত একটি সাবস্ক্রিপশন প্রক্সি সার্ভার ব্যবহার করতে পারেন যা একটি নন-SSL কলব্যাক URL-এ বিজ্ঞপ্তিগুলি ফরোয়ার্ড করে৷
সাবস্ক্রিপশন প্রক্সি ব্যবহার করতে, আপনার নন-SSL কলব্যাক ইউআরএলটি প্রক্সি সার্ভারের ফরোয়ার্ডিং ইউআরএলে এইভাবে যুক্ত করুন:
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eTo receive notifications in production, provide a callback URL with a valid SSL certificate.\u003c/p\u003e\n"],["\u003cp\u003eFor development, use Google's subscription proxy server, which allows non-SSL callback URLs by appending your URL to \u003ccode\u003ehttps://mirrornotifications.appspot.com/forward?url=<your_callback_url>\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003cstrong\u003eImportant:\u003c/strong\u003e The subscription proxy server is for development only and should not be used in production due to security concerns.\u003c/p\u003e\n"]]],[],null,["# Subscription Proxy\n\nTo subscribe to notifications in a production environment, you\nmust provide a callback URL with a valid SSL certificate to handle\nthe notification. For development purposes, you can use a subscription proxy\nserver provided by Google that forwards notifications to a\nnon-SSL callback URL.\n| **Warning:** Do not use the subscription proxy server in a production environment. It is less secure and only for development purposes.\n\nTo use the subscription proxy, append your non-SSL callback URL to the\nproxy server's forwarding URL like this: \n\n```\nhttps://mirrornotifications.appspot.com/forward?url=\u003cyour_callback_url\u003e\n```\n\nWhen you subscribe to a notification, specify the full URL that includes\nthe forwarding service URL and your callback URL. For example: \n\n POST /mirror/v1/subscriptions HTTP/1.1\n Authorization: Bearer auth token\n Content-Type: application/json\n Content-Length: length\n\n {\n \"collection\": \"timeline\"\n \"userToken\": \"harold_penguin\",\n \"operation\": [\"UPDATE\"],\n \"callbackUrl\": \"https://mirrornotifications.appspot.com/forward?url=http://example.com/notify/callback\"\n }"]]