Hi,
I am trying OAuth2 support from the library and the server returns to OAuth client: "Message too large for a HTTP GET, and HTTP POST is not allowed for this message type.". I've traced back the message in the source code and I've found that is generated by PrepareIndirectResponse method from Channel class.
How can I solve this issue?
Thanks,
Robert