Giter Club home page Giter Club logo

Comments (4)

yanweimin7 avatar yanweimin7 commented on August 16, 2024

这里我们手动重定向的时候不能从cookieManager里面拿cookie构造吗??

from alicloud-android-demo.

asialee avatar asialee commented on August 16, 2024

可以的,您可以给webview指定一个cookiemanager维护cookie

from alicloud-android-demo.

yanweimin7 avatar yanweimin7 commented on August 16, 2024

@asialee 不明白 这句话
"如果原有请求报头含有cookie,因为cookie是以域名为粒度进行存储的,重定向后cookie会改变,且无法获取到新请求URL下的cookie,所以放弃拦截"
为什么 原有请求报头含有cookie的情况才不拦截 。如果是重定向后cookie拿不到,那应该原有请求头不管有没有cookie,都应该放弃拦截的是吧??

from alicloud-android-demo.

asialee avatar asialee commented on August 16, 2024

@yanweimin7 重定向前,通过shouldOverrideUrlLoading 接口中的WebResourceRequest可以拿到http报头信息,浏览器会默认将该域名对应的cookie带上,所以我们只需把相关报头加到我们的请求中就可。但因为重定向了,域名变了,cookie也可能变了,不能贸然用之前的cookie。所以在demo里面建议放弃拦截。但可以通过给webview指定cookiemanager来规避这个问题。

from alicloud-android-demo.

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.