绕过浏览器授权/身份验证 [英] Bypass browser authorization/authentication

查看:607
本文介绍了绕过浏览器授权/身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个试图在运行时访问Internet的程序,但不幸的是,浏览器具有授权/身份验证系统,因此我一直收到401和403响应代码错误,所以你们知道一种绕过它的方法吗?

具体来说,我正在寻找有关如何与我的请求一起传递凭据的信息,以便可以授权我访问所请求的资源.我知道un/pw,所以理想情况下,我正在寻找具有Java经验并且可以提供一些指针的人.

I have a program which try to access the internet in runtime but unfortunately the browser has an authorization/authentication system , so i keep getting 401 and 403 response code errors , so do u guys know a way to bypass it ?

Specifically, I am looking for information on how to pass credentials along with my request so that I can be authorized to access the requested resources. I know the un/pw, so ideally I''m looking for someone with experience in Java that can provide some pointers.

推荐答案

您通常可以通过授权通过提供用户名和密码来进行身份验证和身份验证系统.

没有这些,这就是所谓的黑客",您在这里真的找不到很多帮助.我们这里的大多数人都花费了大量时间来设计或开发系统,以使没有凭据的人员无法进入我们的系统.

干杯.
You can usually get past the authorization and authentication system by providing a user name and password.

Without those, that''s called ''hacking'' and you''re not really going to find much help here. Most of us here have spent a good deal of time designing or working on systems to keep people without credentials out of our systems.

Cheers.


有一个使用某些库的示例,您可能需要使用
There''s an example with some of the libraries that you may need to use here[^].

Hope this helps some, good luck.

Cheers.


这篇关于绕过浏览器授权/身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆