400BadRequest1、语义有误,当前请求无法被服务器理解。除非进行修改,否则客户端不应该重复提交这个请求。2、请求参数有误。401Unauthorized当前请求需要用户验证。该响应必须包含一个适用于被请求资源的WWW-Authenticate信息头用以询问用户信息。客户端可以重复提交一个包含..
分类:
Web程序 时间:
2015-12-24 16:41:48
阅读次数:
243
报错原因: 在使用oracle的JDK时,JAR包必须签署特殊的证书才能使用。(具体是什么协议没查出来,惭愧)方案一: 使用openJDK或者非oracle的JDK,这样就可以绕开证书的限制。该方案没实际操作过,还有个方案。方案二: 1. 找到 java.security 在jvm安装地方 /p.....
分类:
其他好文 时间:
2015-11-28 11:57:05
阅读次数:
198
1.用服务器发送一个头部给客户端,客户端输入用户名和密码才能查看返回的页面。调用header()设置头信息启用验证信息。header('HTTP/1.1401 Unauthorized');header('www-Authenticate:Basic realm="guitar wars"');在服...
分类:
数据库 时间:
2015-11-22 21:38:16
阅读次数:
241
-Dcom.sun.management.jmxremote=true-Dcom.sun.management.jmxremote.port=7091-Dcom.sun.management.jmxremote.authenticate=false-Dcom.sun.management.jmxremote.ssl=false-Djava.rmi.server.hostname=xxx.xxx.xxx.xxx
分类:
其他好文 时间:
2015-10-12 14:38:50
阅读次数:
150
the NTS option makes the Oracle client attempt to use your current Windows domain credentials to authenticate you with the Oracle server. This could f...
分类:
其他好文 时间:
2015-10-01 11:33:29
阅读次数:
235
emSecureUse Digital Signatures to protect your productsemSecureis an RSA based software solution to authenticate digital assets. It can be used to sec...
分类:
其他好文 时间:
2015-09-20 01:41:44
阅读次数:
143
Non-public API usage:The app references non-public selectors in LoveForJorney: authenticate, expires, sendRequest:, setCenterPoints:, setCities:, setC...
分类:
移动开发 时间:
2015-09-19 13:38:07
阅读次数:
205
出现:java.lang.SecurityException:JCE cannot authenticate the provider BC2种方法:修改jdk的提供者:在jdk/jre/lib/sercurity/java.security 增加security.provider.11=org.b...
分类:
编程语言 时间:
2015-09-15 10:38:51
阅读次数:
2233
200 ok:客户端请求成功400 Bad Request: 客户端请求有语法错误,不能被服务器理解401 Unauthorize:请求未经授权,这个状态码必须和WWW-Authenticate 报头域 一起使用403 forbidden: 服务器收到请求,但是拒绝服务404 Not Found:....
分类:
其他好文 时间:
2015-09-15 00:03:11
阅读次数:
191
1.问题描述 今天做iptables策略,重启集群中的一台机器后,输入ceph -s发现如下状况: [root@deploynode ~]# ceph -s
2015-09-10 13:50:57.688516 7f6a6b8cc700 0 monclient(hunting): authenticate timed out a...
分类:
其他好文 时间:
2015-09-11 12:53:03
阅读次数:
2090