Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
infusion:infusion_scanning_document_storage [2015/10/15 16:48] smayr [Scanning Client] |
infusion:infusion_scanning_document_storage [2024/07/11 14:11] (current) ajdavis |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | = Infusion = | + | ==== Infusion |
- | == Scanning Client == | + | === Scanning Client |
- | The scanning software phones home to check for updates as well as to ensure you are using a valid license. | + | To avoid an internet outage keeping us from being able to scan, we have an internal DNS record |
- | To avoid an internet outage keeping us from being able to scan, we have spoofed the server response to the license check. The client machine' | + | Infusion is running IIS with a plain text file right now ([[http:// |
- | Infusion is running IIS with a plain text file right now ([[http:// | + | {{:infusion:infusion-iis-screenshot.png?direct&400|}} |
- | <file http:// | + | |
- | POST / | + | |
- | Content-Type: application/ | + | |
- | Host: license.seacolt.com | + | |
- | Content-Length: | + | |
- | Connection: Keep-Alive | + | |
- | + | ||
- | sn=E8A66832C436CB98B54B6E47F147CCC45F7E0C17FB291140&mid=3899FA41CB952C045359FF7E6D343A4CHTTP/ | + | |
- | Cache-Control: | + | |
- | Content-Type: | + | |
- | Server: Microsoft-IIS/ | + | |
- | X-AspNet-Version: | + | |
- | X-Powered-By: | + | |
- | Date: Thu, 15 Oct 2015 18:06:11 GMT | + | |
- | Content-Length: | + | |
- | + | ||
- | CC054B68F2937B3A | + | |
- | </ | + | |
=== Update check technical details === | === Update check technical details === | ||
Line 37: | Line 19: | ||
* '' | * '' | ||
- | '' | + | '' |
'' | '' | ||
- | A plain text response of '' | + | A plain text response of '' |
- | ==== Hosts file ==== | + | === Hosts file === |
<code bash> | <code bash> | ||
# Copyright (c) 1993-2009 Microsoft Corp. | # Copyright (c) 1993-2009 Microsoft Corp. | ||
Line 65: | Line 47: | ||
# | # | ||
# ::1 | # ::1 | ||
- | 192.168.0.72 | + | 192.168.0.41 |
</ | </ | ||
Line 71: | Line 53: | ||
License files: | License files: | ||
* {{: | * {{: | ||
+ | |||
+ | === API === | ||
+ | * [[http:// |