Home  >  Article  >  Backend Development  >  javascript - PHP query latest ICP filing data

javascript - PHP query latest ICP filing data

WBOY
WBOYOriginal
2016-09-05 08:59:521080browse

<code>首先说一下为什么提问这个:
    之前学习的时候有个功能需要先从A网站请求验证码,显示在页面后等待用户输入并产生交互再拿去A网站提交.
    **存在问题:多个客户端同时请求的时候只有最后一个请求验证码的客户端正常查询到数据(PHP发起的请求,所以在每次获取验证码后之前的都会过期)**
    正好最近在完善自己网站需要一个查询ICP备案的小功能,虽然可以从其他网站爬缓存,但还是希望能学习如何实现。
    
    另外  这个问题有偿,但不会高(Q:305960459).
    先谢谢来回答的各位大牛。</code>

Simple and crude way of describing:

1. You need to use PHP and JS (which must be compatible with mainstream browsers) to check whether the domain name is registered and whether it is blacklisted

2. Multiple clients need to be supported for simultaneous query (verification code cannot expire)

http://www.miitbeian.gov.cn/i...
http://www.miitbeian.gov.cn/i...

The above is the inquiry address, please try to use this address to complete the inquiry

Thanks again to the experts who answered! ~

Reply content:

<code>首先说一下为什么提问这个:
    之前学习的时候有个功能需要先从A网站请求验证码,显示在页面后等待用户输入并产生交互再拿去A网站提交.
    **存在问题:多个客户端同时请求的时候只有最后一个请求验证码的客户端正常查询到数据(PHP发起的请求,所以在每次获取验证码后之前的都会过期)**
    正好最近在完善自己网站需要一个查询ICP备案的小功能,虽然可以从其他网站爬缓存,但还是希望能学习如何实现。
    
    另外  这个问题有偿,但不会高(Q:305960459).
    先谢谢来回答的各位大牛。</code>

Simple and crude way of describing:

1. You need to use PHP and JS (which must be compatible with mainstream browsers) to check whether the domain name is registered and whether it is blacklisted

2. Multiple clients need to be supported for simultaneous query (verification code cannot expire)

http://www.miitbeian.gov.cn/i...
http://www.miitbeian.gov.cn/i...

The above is the inquiry address, please try to use this address to complete the inquiry

Thanks again to the experts who answered! ~

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn