I had a problem with my Magento check, in which the browser reported that the page was not fully encrypted. I looked and realized that one of the images uses http: //
This is the code I used to display the image:
As a workaround, I hard-coded the full path to the image, i.e.: https://mysite.com/skin/frontend/default/mytheme/images/search_button.png
Does anyone, how can I name an image dynamically, but does it use https to check and other protected pages?
This must be resolved using the "_secure" parameter.
$this->getSkinUrl('images/search_button.png', array('_secure' => true));
, "" ( ) ? , URL- HTTPS?
Magento URL- / URL-, . https://, . Magento .
URL- , URL- URL-. URL:
// Get the URL for another action on our current controller // and force it to https $path = "*/*/submit"; $url = Mage::getUrl($path, array('_forced_secure' => true));
, getSkinUrl...
Source: https://habr.com/ru/post/1759117/More articles:Build in asp.net - c #Rotating Cubes in XNA - rotationDelphi: convert TByte to corresponding Hex value in AnsiString - delphiRelationship between Sales Organization, Sales Office and Sales Group in SAP - saphttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1759116/iphone-html-question-access-to-body-only&usg=ALkJrhiSosATLia8_XmErHtyCDovetL02gsed or perl + insert text between two lines - sedQuestion about eval () in javascript ... why is it evil and how can I accomplish the same thing without using it? - javascriptManuals for Spring MVC 2.5 or 3 - javavalidates_associated модель с условием - validationTurboMail 3 with Pylons 1.0 - MailNotEnabledException - pythonAll Articles