• Resolved zmancrow

    (@zmancrow)


    Hi. I was hoping to use your plugin to pull in a JSON feed. However the JSON feed needs authentication first. I only have a user name and password to work with.

    Is there a way to do this?

    • This topic was modified 3 years ago by zmancrow.
Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Sorry, it’s not directly possible to import from sources that are protected by a login or that require authorization. That’s because WordPress does not offer native features for this.
    My recommendation would be to use a custom PHP wrapper script, kind of like a “man in the middle”. This would receive the import request from TablePress, and send out the authorized request to your JSON feed API. You could then also use that script to alter the JSON return format to a two-dimensional array.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘JSON import with authorization’ is closed to new replies.