paradox5331
Forum Replies Created
-
Thank you for updating!
The problem asked in this topic was solved.However, the link for login disappears for the meta-information in widget, and the address of the link place is displayed.
Please correct, if possible, since there is no trouble in particular in operation.
Line 10
It’s not
<img src="http://example.com/.../sample.gif">but
<img src="https://example.com/.../sample.gif">Sorry…
I’m sorry to have written in strange English…
For example, please assume that POST has the next description (HTML).
<img src="https://example.com/.../sample.gif">When this uses ver3.0.4..
<img src="http://example.com/.../sample.gif">It’s read in the above forms and SSL is canceled compulsorily.
The problem has not occurred in ver3.0.2.
The picture in some area was not enciphered in ver3.0.3.
It wrote as follows then and avoided the problem.
<img src="http://example.com/.../sample.gif">However, this method cannot be used by ver3.0.4.
I am sorry to be unclear…