knife2oo8 • PM |
Jul 04, 2014 4:19 AM
|
![]() Posts: 5 |
Hey,
I'm currently adding HTTPS support to my website. Unfortunately the banners of gametracker are loaded by http://cache.www... which is getting blocked by i.e. Firefox for being mixed-content (loading http on a https site). Is there any way to get those banners via HTTPS? I mean https://cache.www... is available but just with an untrusted certificate ![]() Many thanks for your help ![]() Best regards, Knife2oo8 |
b0untyhunter • PM |
Jul 04, 2014 6:57 AM
|
![]() Posts: 183 |
Yes! You can get the banner code by inspecting the specific element get the banner code. Here you go,
Right click on your banner and choose inspect element. Then copy the url which will contain the banner link. ![]() Just copy and paste into your browser. Cheers!
Last edited by: b0untyhunter Jul 05, 2014 1:42 AM
|
knife2oo8 • PM |
Jul 04, 2014 7:12 AM
|
![]() Posts: 5 |
Hey mate,
thanks for your answer but this might not be the answer I expected. This link is also just plain-http ![]() I need an HTTPS link with a valid SSL-Certificate. And it's way easier to get banners code. Just use the link underneath the banner you showed in the screenshot: "Image & HTML Server Banners - Get Code" |
b0untyhunter • PM |
Jul 04, 2014 8:18 AM
|
![]() Posts: 183 |
As far as I know GT doesn't support SSL-Certificate.
|
knife2oo8 • PM |
Jul 04, 2014 8:38 AM
|
![]() Posts: 5 |
I mean they support https://www.gametracker.com
So maybe there's a way they support banners also in HTTPS |
burn • PM |
Jul 04, 2014 10:24 AM
|
![]() Posts: 10924 |
GameTracker only supports SSL for payments. There is one other person interested in this and it will be considered when planning future updates to the website.
![]() |
b0untyhunter • PM |
Jul 04, 2014 10:25 AM
|
![]() Posts: 183 |
It's working for me.
For example, https://www.gametracker.com/server_info/183.87.110.10:27015/banner_560x95.png?random=523273 I'm damn sure you won't get any errors if you use https and remove "cache" from the URL. |
knife2oo8 • PM |
Jul 04, 2014 10:56 AM
|
![]() Posts: 5 |
@burn is it an allowed workaround to use
https://www.gametracker.com/server_info/css.razr-clan.eu:27015/b_160_400_1_ffffff_c5c5c5_ffffff_000000_1_1_1.png instead of http://cache.www.gametracker.com/server_info/css.razr-clan.eu:27015/b_160_400_1_ffffff_c5c5c5_ffffff_000000_1_1_1.png to display it? |
b0untyhunter • PM |
Jul 04, 2014 11:01 AM
|
![]() Posts: 183 |
Yes. It should be allowed !
|
knife2oo8 • PM |
Jul 04, 2014 11:10 AM
|
![]() Posts: 5 |
Well it should be, but I'd like to have an authoritative statement.
I'm not using the graphics how it is supposed to be used. So I'll better ask. Don't know what magic is behind the cache.www.gametracker.com ![]() I guess the worst case is a higher (backend)traffic on gametracker.com after the banner is not cached by nginx on gametracker-side. If I am the only one who's doing this, there shouldn't be any problems. I don't generate that high traffic on my page ![]() But there are maybe some other people who have the same problem and trying to fix that this way. |