I had connected JSON to wpDataTable previously and it was a succeed. Thank you so much.
Now, my company wish to provide me another JSON URL, which they mentioned it will have authentication; So i wondering whether connecting to JSON with authentication is same via wpDataTable.
At this point JSON needs to be accessible for our plugin but it will probably work with some level of customization of the plugin. There should not be any problems but like I said it will require some code customization of the plugin.
Hello, I would also like to be able to use your wpDataTable plugin with json authentication could you tell me which files I would need to edit within the plugin to make this work? It is basic authentication I am using so currently when I call the url I use the following php:
I can't see how I can submit a ticket without verifying my purchase but I am not going to purchase wpDataTable unless I know that I will be able to add the authentication as it is not usable for me as is, how do I submit a ticket without verifying purchase?
Due to our support policy I must kindly ask you to open a ticket in pre purchase category questions where some of my colleges which are in charge of that section will give you an answer.
You can not submit a ticket in wpDataTables category or any other except Pre purchase questions.
Dear developer,
Please share with me how your plugin deal with JSON with web token (authentication)?
Cause from where i see is current method is deal with direct URL only. Correct me if i'm wrong.
Hi oneappsgroup,
Thank you for your purchase.
Sorry but I did not understand what are you trying to achieve.
Can you please describe me a little bit more so I can give you my suggestion.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Dear Bogdan,
Thanks for your response!
I had connected JSON to wpDataTable previously and it was a succeed. Thank you so much.
Now, my company wish to provide me another JSON URL, which they mentioned it will have authentication; So i wondering whether connecting to JSON with authentication is same via wpDataTable.
Let me know if you need more explanation :)
HI oneappsgroup,
At this point JSON needs to be accessible for our plugin but it will probably work with some level of customization of the plugin. There should not be any problems but like I said it will require some code customization of the plugin.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello, I would also like to be able to use your wpDataTable plugin with json authentication could you tell me which files I would need to edit within the plugin to make this work? It is basic authentication I am using so currently when I call the url I use the following php:
$jsonurl = 'https://thisistheurlforthejson';
$user = 'username';
$password = 'password';
$headers = array( 'Authorization' => 'Basic ' . base64_encode( "$username:$password" ) )
$jsonAuthenticate = wp_remote_get( $jsonurl, array( 'headers' => $headers, 'sslverify' => false));
It will always be the same username and password so I would only need to edit the json call in the backend.
Thanks
Rachel
Hi Rachel,
Sorry but can you please open a ticket because oneappsgroup is owner of this one.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Bodgan,
I can't see how I can submit a ticket without verifying my purchase but I am not going to purchase wpDataTable unless I know that I will be able to add the authentication as it is not usable for me as is, how do I submit a ticket without verifying purchase?
thanks
Hi Rachel,
Due to our support policy I must kindly ask you to open a ticket in pre purchase category questions where some of my colleges which are in charge of that section will give you an answer.
You can not submit a ticket in wpDataTables category or any other except Pre purchase questions.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables