Moesif Origin & CORS Changer

This plugin allows you to send cross-domain requests. You can also override Request Origin and CORS headers.

Τι είναι το Moesif Origin & CORS Changer;

Το Moesif Origin & CORS Changer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.moesif.com, και η κύρια λειτουργία του είναι "This plugin allows you to send cross-domain requests. You can also override Request Origin and CORS headers.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Moesif Origin & CORS Changer

Λήψη αρχείων επέκτασης Moesif Origin & CORS Changer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This plugin allows you to send cross-domain requests directly from browser without receiving Cross Origin Errors. 
You can override the Request Origin header with this plugin and also have Access-Control-Allow-Origin set to *.

Update: We received comments from Chromium team that the support for request preflight interception for CORB thus CORS is still to be finalized. At this point this extension should work for some scenarios but not all, we believe it is still most functional of all CORS extensions out there. We'll keep you updated. 

You can override:
Request Headers: Origin
Response Headers: Access-Control-Allow-Origin, Access-Control-Allow-Methods, Access-Control-Allow-Headers, Access-Control-Allow-Credentials, Access-Control-Expose-Headers

Guide on CORS: 
https://www.moesif.com/blog/technical/cors/Authoritative-Guide-to-CORS-Cross-Origin-Resource-Sharing-for-REST-APIs/

DISCLAIMER: This tool circumvents CORS security rules baked into every browser and is intended for testing your own website during development. Some production websites like Google Docs or Facebook may complain if they detect something that isn't expected. You can use the whitelist feature to only turn on for some domains. To avoid security issues, it is recommend to turn off after debugging. 

About Moesif: 

Moesif (https://www.moesif.com) enables API teams at UPS, Radar, Deloitte, and others to deeply understand customer API usage and ship better API products with user-centric API analytics and monitoring, which enables you to:
    - Understand customer API usage with user behavior analytics.
    - Debug issues quickly with high-cardinality API logs and metrics.
    - Get alerted of problems that impact customers.
    - Track API KPIs with custom dashboards.
    - Trigger behavioral emails that keep customers informed.
    - Detect and Block API threats and abuse including OWASP Top 10 API threats.

By using this extension, you agree to Moesif's terms of use (https://www.moesif.com/terms) and privacy policy (https://www.moesif.com/pravicy).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Moesif Origin & CORS Changer Moesif Origin & CORS Changer
ID digfbfaphojjndkpccljibejjbppifbc
Επίσημο URL https://chromewebstore.google.com/detail/moesif-origin-cors-change/digfbfaphojjndkpccljibejjbppifbc
Περιγραφή This plugin allows you to send cross-domain requests. You can also override Request Origin and CORS headers.
Μέγεθος Αρχείου 451 KB
Αριθμός Εγκαταστάσεων 213,281
Τρέχουσα Έκδοση 0.4.7
Τελευταία Ενημέρωση 2020-11-12
Ημερομηνία Δημοσίευσης 2019-10-17
Αξιολόγηση 3.74/5 Συνολικά 186 Αξιολογήσεις
Προγραμματιστής https://www.moesif.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://www.moesif.com/blog/technical/cors/Authoritative-Guide-to-CORS-Cross-Origin-Resource-Sharing-for-REST-APIs/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.7",
    "name": "Moesif Origin & CORS Changer",
    "manifest_version": 2,
    "description": "This plugin allows you to send cross-domain requests. You can also override Request Origin and CORS headers.",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png",
            "128": "img\/icon-128.png",
            "512": "img\/icon-512.png"
        },
        "default_title": "Moesif Origins & CORS Changer",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; connect-src https:\/\/www.moesif.com http:\/\/www.moesif.com https:\/\/moesif.us14.list-manage.com http:\/\/moesif.us14.list-manage.com http:\/\/*.hsforms.com https:\/\/*.hsforms.com; style-src * 'unsafe-inline'; img-src 'self' data:; font-src 'self' https:\/\/fonts.gstatic.com\/;"
}