Hi,
I have written following code:-
It is working fine for http protocol. But whenever I am doing for https
I getting an error “end of file reached”.
Can anyone tell me what is wrong with the code?
Hi,
I have written following code:-
It is working fine for http protocol. But whenever I am doing for https
I getting an error “end of file reached”.
Can anyone tell me what is wrong with the code?
Doesn’t look like post_form handles https at all. It’s just a
convenience method - you should be able to write an https friendly
version easily