You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
我想做一个插件,能自动把 cookies host url 发送到指定服务器
然后就被Google chrome的api搞得头疼
我的设计思路是 chrome 插件 获取当前URL的host,然后在所有的响应里面检查host 是否存在cookies
如果有的话,就把host 所在的 URL 和当前 URL 记录下来,推送到后端服务器进行签到,保持cookies 存活率
当然不可能那么简单,在用户需要登录的时候可以点击插件 从服务器获取cookies 然后 设置 cookies,并且还能切换cookies
后端服务器不可能只用于存cookies,如果可以的话,前端插件应该把所有的请求保存起来一起发给后端。做什么呢?
想一想茅台接口😂,相当于半自动的抓包了,后期后端还可以配置定时任务 请求接口,俗称 科技
请问有没有类似的仓库推荐呀
Beta Was this translation helpful? Give feedback.
All reactions