Does WBI support SSL?
Secure Sockets Layer (SSL) is a protocol that describes how authenticated and encrypted information can be sent between clients and servers. WBI plugins cannot monitor or modify documents (either requests or responses) that are sent via an SSL connection. As a proxy, WBI tunnels SSL transactions using the HTTP CONNECT method. • My Meg keeps throwing a NotCharDataException. What’s wrong? Several things could be wrong. When your Meg calls RequestEvent.getMegReader() or RequestEvent.getMegWriter(), steps are taken to determine whether the stream is character data or not, and if it is character data, what the encoding is. This information comes from the RequestInfo associated with the RequestEvent at the time of the call. This is likely to cause a problem in several scenarios: • If your Meg is an Editor, the Content-Type may be incorrect, either because it was incorrect to begin with, or because some other Editor changed it. You may be able to determine the correct encoding yourself throug