Hi
I'm wondering if it's possible to send a URL string that is encoded in any encoding? For example, can I use any encoding for the urlString input of the getResponse(urlString) method?
Basically I might need to use different language encodings in my URLs, so I want to see if HTTPUnit can handle them and send them to the server properly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I'm wondering if it's possible to send a URL string that is encoded in any encoding? For example, can I use any encoding for the urlString input of the getResponse(urlString) method?
Basically I might need to use different language encodings in my URLs, so I want to see if HTTPUnit can handle them and send them to the server properly.