Closed edwardlzh closed 1 year ago
You disable class file changes. This is however limiting you in shat you can do. Normally, you'd need to use Advice in such a case.
glad to solve this problem,and also i want to ask ,when should i use Advice or Interceptor? what differences between them?
i want to advice on org.apache.commons.httpclient.HttpMethodBase#setRequestHeader(java.lang.String, java.lang.String) and change its two imputParams.
my agent is like
can you tell me how to fix it?