I\'m attempting to connect to the page using an HTTP
Post. I do an http post for creating
a webview. i need to redirect to another page from the webview. But when the cont
I'm not sure if this is where your failing, or if this will cause an error, but since you're doing a POST, remove the "?" at the end of your URL_REGISTER variable.
private final String URL_REGISTER = "https://www.paypal.com/checkout?";