Code Monkey home page Code Monkey logo

Comments (3)

kylepaulsen avatar kylepaulsen commented on July 25, 2024

The browser is sending an OPTIONS (preflight) request because whatever code that's making the request isn't satisfying the requirements to avoid a preflight request. See here:
https://stackoverflow.com/questions/42168773/how-to-resolve-preflight-is-invalid-redirect-in-cors

Basically,

  • The http method must be GET, HEAD, or POST
  • The only headers you can set are Accept, Accept-Language, Content-Language, Content-Type, DPR, Downlink, Save-Data, Viewport-Width, or Width
  • The Content-Type request header must be application/x-www-form-urlencoded, multipart/form-data, or text/plain

Resource Override can change request headers, although in this case, chrome seems to filter out the request automatically (probably so extensions can't change them because it's a security issue). If you need to use certain headers or an uncommon http method then I'm not sure there's much you can do. I suppose you could redirect the script that's causing the request to your own script so you can just make the request to the correct url from the beginning.

Let me know if you find a way around this, as odds don't look too good for a solution.

from resourceoverride.

LoganDark avatar LoganDark commented on July 25, 2024

It's a minified script on a third-party app that I don't control. Additionally, asset names are obfuscated and change often.

from resourceoverride.

kylepaulsen avatar kylepaulsen commented on July 25, 2024

That sounds rough... You might need something higher calibur like a system wide proxy. Maybe https://www.charlesproxy.com/documentation/tools/rewrite/
I'm not sure it's possible to do what you need through a chrome extension. Let me know if you figure out a way though.

from resourceoverride.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.