A
A
Akorolev2020-01-22 09:48:36
PHP
Akorolev, 2020-01-22 09:48:36

How to get XML over https?

Good afternoon. I used to parse normal horoscopes with Ignio until they moved to https
For parsing, I used the QueryGetData bitrix function

$strQueryText = QueryGetData(
        "ignio.com",
        80,
        "/r/export/utf/xml/daily/com.xml",
        "",
        $error_number,
        $error_text
    );

Judging by the description, it only works over HTTP.
Tell me how you can get XML for further processing via https?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Suha, 2020-01-22
@andreysuha

Try changing the port to 443

Z
zorca, 2020-01-22
@zorca

Port specify 443 instead of 80

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question