Site Analysis Note 19

5 篇文章 0 订阅

1. Static Resource HTTP Response Header

cache-control:public, max-age=30758400
cf-cache-status:HIT
cf-ray:1afc29518836124f-HKG
content-encoding:gzip
content-type:text/css
date:Wed, 28 Jan 2015 09:28:42 GMT
expires:Tue, 19 Jan 2016 09:28:42 GMT
last-modified:Sun, 25 Jan 2015 04:38:08 GMT
server:cloudflare-nginx
status:200 OK
vary:Accept-Encoding
version:HTTP/1.1

Noteworthy:

(1) it uses 'cloudflare-nginx' for static resources.

cloudflare is free CDN, its official doc says: CloudFlare does not cache HTML, we only cache static files like images, CSS or Javascript. So if your HTML content is constantly changing, CloudFlare will not affect this content.

(2) gzip applied.

(3) cache applied.

2. Dynamic Page HTTP Response Header

Cache-Control:no-cache, no-store
Content-Encoding:gzip
Content-Length:158
Content-Type:text/html; charset=utf-8
Date:Wed, 28 Jan 2015 09:54:47 GMT
Expires:-1
Last-Modified:1/28/2015 5:54:47 AM GMT
Pragma:no-cache
Vary:Accept-Encoding
X-Powered-By:ASP.NET
Noteworthy:

(1) ASP.NET architecture.
(2) No cache for dynamic content.

3. Cookie

cookie


4. Data Structure

Neither JSON, nor YAML, what the hell is it?

5. Dynamic Domain Name

域名泛解析, wildcard DNS, catch-all subdomain, wildcard subdomain.

6. Login Procedure

STEP 1. Obtain the login Token (First Post)

In order to get this token, you have to open the home page and parse it to extract the token. So, you can't post a login request directly, open home page is inevitable.

Input, access home page.

Output, token.

STEP 2. Post the Login Request (Second Post)

Input, all login parameters, including the token mentioned above.

Output, intermediate page containing the dynamic subdomain URL.

During this step process, the site may process our request by a dedicated login server, this server probably has some policy or strategy to dispatch the new session to theapplication server farm, some betting accounts may access to fast server, some don't.

STEP 3. Redirect to the Dynamic Subdomain (Third Post)

Input, necessary parameters 

Output, cookie and login-name(I think it's something like session-id)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值