Translations:Download clickworker/13/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 2: | Line 2: | ||
For the clickworker to function correctly, it must send the following headers to the user's browser: | For the clickworker to function correctly, it must send the following headers to the user's browser: | ||
<pre> | <pre> | ||
access-control-allow-origin: * | |||
access-control-allow-methods: GET, POST, OPTIONS | |||
access-control-allow-headers: X-Requested-With, Cache-Control, Content-Type | |||
accept-ch: Width, Viewport-Width, DPR, Device-Memory, Downlink, RTT, ECT, Save-Data, Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Mobile, Sec-CH-UA-Model, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version, Sec-CH-UA, Sec-CH-UA-Full-Version | accept-ch: Width, Viewport-Width, DPR, Device-Memory, Downlink, RTT, ECT, Save-Data, Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Mobile, Sec-CH-UA-Model, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version, Sec-CH-UA, Sec-CH-UA-Full-Version | ||
</pre> | </pre> |
Latest revision as of 16:39, 19 April 2024
Headers
For the clickworker to function correctly, it must send the following headers to the user's browser:
access-control-allow-origin: * access-control-allow-methods: GET, POST, OPTIONS access-control-allow-headers: X-Requested-With, Cache-Control, Content-Type accept-ch: Width, Viewport-Width, DPR, Device-Memory, Downlink, RTT, ECT, Save-Data, Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Mobile, Sec-CH-UA-Model, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version, Sec-CH-UA, Sec-CH-UA-Full-Version