1. soura123
  2. RO CSVI
  3. Sunday, 09 October 2022
  4.  Subscribe via email
hello
i have the above url on jso with api token
how i can import it?

http://b2b.symetria.shop/api/items?api_token=5007d55288058085301d1a57c5d86bd3b98bc540dca504c515f39c1ef338
Accepted Answer Pending Moderation
Hello,

In your import template you set on the Source tab the Source field to Load from URL and enter your URL. On the File tab click on the Advanced button and set Use file extension to JSON.

You should be able to import the file then.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
it says no url found
i think the server of the vendor is blocking me
any ideas please?
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello,
Testing the URL with settings Roland posted previously, it shows URL is valid. Check the attached screenshot. Please check with vendor if your IP has been whitelisted.
Attachments (1)
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 3
Accepted Answer Pending Moderation
yes probably server block, the issue is that it is alwsys do that, first with xml so they give me json api to fix that problem but it doesnt
is there any way with user agent to bypass the block?
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
Hello,
The block is from server side there is nothing RO CSVI can do to bypass it. Why not talk to your vendor and whitelist your IP?
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 5
Accepted Answer Pending Moderation
because they have no idea what to do, it is a nightmare the only thing they send to us is to
--user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"

https://stackoverflow.com/questions/2107759/php-file-get-contents-and-setting-request-headers/13969212#13969212
  1. more than a month ago
  2. RO CSVI
  3. # 6
Accepted Answer Pending Moderation
Hello,
Since we are not able to reproduce this problem, you can replace the user agent in RO CSVI file and check if it works for you. To do that go to file administrator/components/com_csvi/helper/source.php file and look for method fromurl. Around line 410 look for below code and replace with user agent given to you and test the URL. See if that works for you.


$userAgent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/88.0';
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!