Changeset 1327451
- Timestamp:
- 01/13/2016 12:20:06 PM (10 years ago)
- Location:
- wishlist-member-api-testing
- Files:
-
- 2 edited
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wishlist-member-api-testing/tags/1.0.1/readme.txt
r1327448 r1327451 19 19 20 20 * To make sure Wishlist Member API is working and functioning correctly 21 API connection error will make the 3rd party plugins not to work22 Shorten the time to troubleshoot any issues and problems with caused by Wishlist Member API problems.21 * API connection error will make the 3rd party plugins not to work 22 * Shorten the time to troubleshoot any issues and problems with caused by Wishlist Member API problems. 23 23 24 24 <strong>How Wishlist Member API Testing plugin works?</strong> … … 31 31 3. Go to the Tools menu > Wishlist Member API Testing 32 32 33 Why Wishlist Member API somtimes do not work? 33 <strong>Why Wishlist Member API sometimes do not work?</strong> 34 34 35 Wishlist Member external API is calling a specific URL that desinged buy Wishlist Member to expect API requests. In order not to accept any request the Wishlist Member need to be authenticated first using the Wishlist Member API Key (which is defined in the Wishlist Member settings). After the API connection is esptablished and authenticated an API request can be made.35 Wishlist Member external API is calling a specific URL that's designed by Wishlist Member to expect API requests.<br>In order not to accept just any request the Wishlist Member need to be authenticated the call using the Wishlist Member API Key (which is defined in the Wishlist Member settings).<br>After the API connection is established and authenticated an API request can be made. 36 36 37 The Wishlist Member API call can befail from the main following reasons:37 The Wishlist Member API call can fail from the main following reasons: 38 38 39 39 1. The API was not authenticated correctly. 40 2. The API call is getting a result from the cache and only the first API call succeeded and all following callsfails.41 3. Plugin conflict with caching plugin or security plugins that are installed on the WordPress installation or on your server prevent the URL call and fail the API request.40 2. The API call is getting a result from the cache and only the first API call succeed and all the following calls will fails. 41 3. Plugin conflict with caching or security plugins that are installed on the WordPress installation or on your server which prevent the URL call and cause the API request to fail. 42 42 4. Server or PHP settings that prevent the API from being authenticated correctly. 43 5. DNS servers or CDN than cache and redirect the API URL to an incorrect URL and by thatcausing the Wishlist Member API not to be authenticated correctly and fail.43 5. DNS servers or CDN services than can cache or redirect the API URL to an incorrect URL, causing the Wishlist Member API not to be authenticated correctly and fail. 44 44 45 These are only few reasons that can cause problem and because it's impossible to predict the results or isolate the cause in all cases we have created this plugin in order to identify a problem with the Wishlist MemberAPI.45 These are only few of the reasons that can cause a problem and because it's impossible to predict the results or isolate the cause in all cases we have created this plugin which identify that there some kind of problem with the Wishlist Member external API. 46 46 47 47 <strong>Who is behind Wishlist Member API Testing plugin?</strong> -
wishlist-member-api-testing/trunk/readme.txt
r1327448 r1327451 19 19 20 20 * To make sure Wishlist Member API is working and functioning correctly 21 API connection error will make the 3rd party plugins not to work22 Shorten the time to troubleshoot any issues and problems with caused by Wishlist Member API problems.21 * API connection error will make the 3rd party plugins not to work 22 * Shorten the time to troubleshoot any issues and problems with caused by Wishlist Member API problems. 23 23 24 24 <strong>How Wishlist Member API Testing plugin works?</strong> … … 31 31 3. Go to the Tools menu > Wishlist Member API Testing 32 32 33 Why Wishlist Member API somtimes do not work? 33 <strong>Why Wishlist Member API sometimes do not work?</strong> 34 34 35 Wishlist Member external API is calling a specific URL that desinged buy Wishlist Member to expect API requests. In order not to accept any request the Wishlist Member need to be authenticated first using the Wishlist Member API Key (which is defined in the Wishlist Member settings). After the API connection is esptablished and authenticated an API request can be made.35 Wishlist Member external API is calling a specific URL that's designed by Wishlist Member to expect API requests.<br>In order not to accept just any request the Wishlist Member need to be authenticated the call using the Wishlist Member API Key (which is defined in the Wishlist Member settings).<br>After the API connection is established and authenticated an API request can be made. 36 36 37 The Wishlist Member API call can befail from the main following reasons:37 The Wishlist Member API call can fail from the main following reasons: 38 38 39 39 1. The API was not authenticated correctly. 40 2. The API call is getting a result from the cache and only the first API call succeeded and all following callsfails.41 3. Plugin conflict with caching plugin or security plugins that are installed on the WordPress installation or on your server prevent the URL call and fail the API request.40 2. The API call is getting a result from the cache and only the first API call succeed and all the following calls will fails. 41 3. Plugin conflict with caching or security plugins that are installed on the WordPress installation or on your server which prevent the URL call and cause the API request to fail. 42 42 4. Server or PHP settings that prevent the API from being authenticated correctly. 43 5. DNS servers or CDN than cache and redirect the API URL to an incorrect URL and by thatcausing the Wishlist Member API not to be authenticated correctly and fail.43 5. DNS servers or CDN services than can cache or redirect the API URL to an incorrect URL, causing the Wishlist Member API not to be authenticated correctly and fail. 44 44 45 These are only few reasons that can cause problem and because it's impossible to predict the results or isolate the cause in all cases we have created this plugin in order to identify a problem with the Wishlist MemberAPI.45 These are only few of the reasons that can cause a problem and because it's impossible to predict the results or isolate the cause in all cases we have created this plugin which identify that there some kind of problem with the Wishlist Member external API. 46 46 47 47 <strong>Who is behind Wishlist Member API Testing plugin?</strong>
Note: See TracChangeset
for help on using the changeset viewer.