http-unit

    1熱度

    1回答

    我想用一些參數使用httpunit提交表單。 我寫了SMT像 WebForm form = response.getFormWithID(formId); System.out.println(Arrays.toString(form1.getParameterNames())); //it contains "a" form.setParameter("a", "bla-bla"); //e

    2熱度

    4回答

    如何忽略WebConversation或WebRequest對象上下文中的SSL證書問題?我知道我可以創建一個假的TrustManager接受所有證書,但我怎麼能在HttpUnit上下文中設置它? 這是我收到的例外: [Security:090508]Certificate chain received from my.domain.com - NUM.NUM.NUM.NUM was incomp