FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-Learning/https-image-IE.html at master · xiazhe/JavaScript-Learning · GitHub
xiazhe
/
JavaScript-Learning
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
4
Code
Issues
0
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript-Learning
/
https-image-IE.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (25 loc) · 804 Bytes
Breadcrumbs
JavaScript-Learning
/
https-image-IE.html
Copy path
File metadata and controls
29 lines (25 loc) · 804 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html
>
<
html
lang
="
en
"
>
<
head
>
<
meta
charset
="
UTF-8
"
>
<
meta
name
="
Generator
"
content
="
EditPlus®
"
>
<
meta
name
="
Author
"
content
=""
>
<
meta
name
="
Keywords
"
content
=""
>
<
meta
name
="
Description
"
content
=""
>
<
title
>
https link image in IE9
</
title
>
</
head
>
<
body
>
<
img
src
="
https://XXXX/api/pictrue/28ad633f-3c36-46fa-892c-8757dbc9ca95
"
/>
<
span
>
no
</
span
>
<
img
src
="
https://XXXX/images/logo.png
"
/>
<
span
>
yes
</
span
>
<
img
src
="
http://XXXXXX/api/pictrue/ecbcdca2-9e93-4917-a02a-982ea1843194
"
/>
<
span
>
yes
</
span
>
<
p
>
环境: IE 浏览器, 不受信任的服务器证书(SSL)
案例: 1, 使用https 访问二进制流图片被拒绝.
2, 使用https 访问图片文件成功.
3, 使用http 访问二进制流图片成功.
</
p
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL