可能需要高手才能解决,关于抓取!
要抓的网站地址是 http://tracking.mscgva.ch/msctracking.php
需要在他的文本框里输入,点击按钮,抓取返回的结果。
但是我用FIDDER跟踪,发现我输入的文本被自动修改成一个加密的字符串了。 这个怎么回事?有高手可以破解码?
测试用的文本 MSCUMN976149
比如你可以在上面的网址输入这个MSCUMN976149, 返回一批结果,我要抓取这个结果。
这个应该蛮高难度的吧?有人会不?
------解决方案--------------------
...
MSCUMN976149 经过base64_encode编码后就是 TVNDVU1OOTc2MTQ5 |CT|经过编码后就是fENUfA==
并接成了其中一个地址
http://tracking.mscgva.ch/MSCTrackingData.php?e=TVNDVU1OOTc2MTQ5fENUfA==
其他的自己编码拼凑,然后提交 直接取返回结果就行了.
------解决方案--------------------
这就得靠你自己去分析那些js代码咯...不清楚的话就照着传递吧,先吧编码过的解出来看看是什么.
------解决方案--------------------
js代码全都是真相。
------解决方案--------------------
模糊,lz懂了把思路贴出来,坐等~~
------解决方案--------------------
- JScript code
/** * DataCallback */ function DataCallback(){ // Get content of InputBox (entered by user) var TrackingString = dojo.byId("InputBox").value; // Get value of the drop-down box (Container, B/L or Booking Number) var SearchType = dojo.byId("SearchType").value; // Transform the content of TrackingString in uppercase TrackingString = TrackingString.toUpperCase(); var getAXSSContent = dijit.byId("SearchResults"); if (TrackingString != '') { // Clear old results ClearResults(); // Send a base64 encoded string to MscTrackingData containing: // 1. The value entered by the user // 2. The search type (Container/BL or Booking) // 3. Applic which is a global variable set in index.php var URLString = Base64.encode(TrackingString + "|" + SearchType + "|" + Applic); getAXSSContent.attr("href", "MSCTrackingData.php?e=" + URLString); getAXSSContent.attr("onDownloadEnd", function() { dojo.parser.parse(dojo.byId("SearchResults")); disableSearch(false); }); } else { viewTrackingError("Please enter a Container number, a Bill of Lading or a Booking number in the input box."); disableSearch(false); } } <br><font color="#e78608">------解决方案--------------------</font><br>这个不知道怎么做呢。。 <div class="clear"> </div>

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

The Storage::download method of the Laravel framework provides a concise API for safely handling file downloads while managing abstractions of file storage. Here is an example of using Storage::download() in the example controller:

Laravel's service container and service providers are fundamental to its architecture. This article explores service containers, details service provider creation, registration, and demonstrates practical usage with examples. We'll begin with an ove


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download
The most popular open source editor

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
