L
L
largotek2014-01-30 22:49:02
C++ / C#
largotek, 2014-01-30 22:49:02

Why can't a program (in C#) interact with the server if fiddler2 is disabled?

What is the essence of the problem.
Given:
- desktop program in C#
- server to which the program connects
- fiddler2 for debugging and tracking network requests.
When I run the program, it
passes authorization, receives cookies.
- uses these cookies for the following actions.
Everything works if fiddler2 is running, if not, then the response from the server comes very strange, abracadabra of non-printable characters.
As I just did not pervert with the encoding, but apparently this is not the case, I will be very grateful if you help.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maerzd, 2014-02-10
@Maerzd

your program is able to process the response from the web server in a compressed form?
gzip

N
Nikolai Turnaviotov, 2014-02-01
@foxmuldercp

post the source somewhere in an archive chtoli ..

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question