Created
April 22, 2013 06:45
-
-
Save frankvilhelmsen/5432879 to your computer and use it in GitHub Desktop.
tcpdump-transcript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x00c0: 3834 3831 3337 333d 3d3d 0d0a 436f 6e74 8481373===..Cont | |
0x00d0: 656e 742d 4469 7370 6f73 6974 696f 6e3a ent-Disposition: | |
0x00e0: 2066 6f72 6d2d 6461 7461 3b20 6e61 6d65 .form-data;.name | |
0x00f0: 3d22 7061 7373 776f 7264 220d 0a43 6f6e ="password"..Con | |
0x0100: 7465 6e74 2d54 7970 653a 2074 6578 742f tent-Type:.text/ | |
0x0110: 706c 6169 6e3b 2063 6861 7273 6574 3d49 plain;.charset=I | |
0x0120: 534f 2d38 3835 392d 310d 0a0d 0a76 6572 SO-8859-1....ver | |
0x0130: 6131 3233 0d0a 2d2d 3d3d 3d31 3336 3438 a123..--===13648 | |
0x0140: 3938 3438 3133 3733 3d3d 3d0d 0a43 6f6e 98481373===..Con | |
0x0150: 7465 6e74 2d44 6973 706f 7369 7469 6f6e tent-Disposition | |
0x0160: 3a20 666f 726d 2d64 6174 613b 206e 616d :.form-data;.nam | |
This call is rejected by service provider; do to the extensive "Content-Type:.text/plain;.charset=ISO-8859-1"; | |
<?xml version="1.0" encoding="ISO-8859-1"?> | |
<result status="failed" reason="Invalid Credentials" /> | |
0x0080: 7573 6565 330d 0a2d 2d3d 3d3d 3133 3634 usee3..--===1364 | |
0x0090: 3839 3837 3239 3434 383d 3d3d 0d0a 436f 898729448===..Co | |
0x00a0: 6e74 656e 742d 4469 7370 6f73 6974 696f ntent-Dispositio | |
0x00b0: 6e3a 2066 6f72 6d2d 6461 7461 3b20 6e61 n:.form-data;.na | |
0x00c0: 6d65 3d22 7061 7373 776f 7264 220d 0a0d me="password"... | |
0x00d0: 0a76 6572 6131 3233 0d0a 2d2d 3d3d 3d31 .vera123..--===1 | |
0x00e0: 3336 3438 3938 3732 3934 3438 3d3d 3d0d 364898729448===. | |
0x00f0: 0a43 6f6e 7465 6e74 2d44 6973 706f 7369 .Content-Disposi | |
0x0100: 7469 6f6e 3a20 666f 726d 2d64 6174 613b tion:.form-data; | |
0x0110: 206e 616d 653d 2266 696c 6522 3b20 6669 .name="file";.fi | |
<?xml version="1.0" encoding="ISO-8859-1"?> | |
<result status="success"> | |
<settings> | |
<schedule>02-04-2013 12:33:27</schedule> | |
</settings> | |
<files> | |
<file name="locale(2).csv"> | |
<status>SUCCESS</status> | |
<id>11612</id> | |
<name><![CDATA[Locale(2)]]></name> | |
</file> | |
</files> | |
</result> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment