An open API service indexing awesome lists of open source software.

https://github.com/burdiuz/useragent-comparer

Compare output passing different HTTP User-Agent headers to server
https://github.com/burdiuz/useragent-comparer

Last synced: 3 months ago
JSON representation

Compare output passing different HTTP User-Agent headers to server

Awesome Lists containing this project

README

        

#User-Agent Comparer

This is an open-source application based on Adobe AIR runtime. It requests entered URL with specified User-Agent HTTP header and displays requested web page with its internal WebKit browser. So if web-site has browser specific handling you can find difference using this application.

[Download User-Agent Comparer installation file](https://github.com/burdiuz/useragent-comparer/raw/master/UserAgentComparer.air)
> **Note:** This is a cross-platform application that can be installed on Windows, Mac or Linux machine. You will need [Adobe AIR runtime](https://get.adobe.com/air/) installed before installing User-Agent Comparer application. [Download Adobe AIR runtime](https://get.adobe.com/air/)

Main window of the application
![Application Main window](mainwindow.png)
You can create more tabs in main window for each User-Agent you want to see
![Multiple tabs for each User-Agent](multipletabs.png)
Move tabs into separate windows for better content view
![Windows for each User-Agent](externalwindows.png)
Settings window allows to add more User-Agent values
![Settings window](settingwindow.png)

####Resources used in this application
[Adobe Flex SDK 4](http://www.adobe.com/devnet/flex/flex-sdk-download.html)
Application skin [Kingnare style](http://code.google.com/p/kingnarestyle/)
Icons from http://www.iconfinder.com/

> Written with [StackEdit](https://stackedit.io/).