Why don’t you write a quick plugin … called “is user logged in” that registers a URL call.
So the user hits the page, then the Flash or Java could just hit:
http://mysite.com/customurl?hash=wordpress_logged_in_[hash]
Then the plugin would run and return true or false.
References:
http://codex.wordpress.org/WordPress_Cookies#WP_.3E_3
This way you keep everything within reach of the WordPress core toolset. So if you need to access the authentication API or any other tools you can.
If you do end up going this route I recommend making use of the Rewrite API:
http://codex.wordpress.org/WordPress_API's
Best of luck!
Related Posts:
- What is an Endpoint?
- Create API for single sign-on with 3rd party site
- Set up WP Authentication from External API
- how to authenticate for the REST API from a plugin and from command line
- How do I use the WP REST API plugin and the OAuth Server plugin to allow for registration and login?
- Authentication for a mobile app connected via wp-rest api?
- Calling an API to do authentication / user login
- Add basic authentication of WordPress on any external PHP file?
- wp_signon returns user but the user is not logged in because wp installed on subdomain. How to make it work?
- Set up WP Authentication from External API
- Working Around rest_forbidden_context
- This page didn’t load Google Maps correctly. See the JavaScript console for technical details
- This page didn’t load Google Maps correctly. See the JavaScript console for technical details
- Constructing requests with URL Query String in Python
- Yahoo! Finance CSV file will not return Dow Jones (^DJI)
- Is there a developers api for craigslist.org
- How do you get the API key for Locu?
- Postman Resolving “Invalid CORS request” for a POST Request
- Automatic WordPress Login of Logged In ClickFunnels User
- WordPress Rest API custom endpoint optional param
- WP function/filter for modifying http headers?
- Access WordPress API Outside of WordPress (command-line PHP)
- How to validate a user from ouside wordpress/php?
- why does WordPress need two cookies for auth/login
- How do I cache (core) API requests?
- WP REST API only returning partial list of users
- What is the best way to get directory path for wp-config.php?
- Slow REST API calls on self-hosted WordPress [closed]
- WordPress JSON output
- Retrieving pages with multiple tags using REST API
- External WordPress API
- Should wordpress_logged_in cookie exist while logged out?
- WordPress API – Get Drafts
- Keep Users Logged In As Long As I Like
- WP set auth cookie using Ajax is not saved to browser
- Should I store external API data in my WP database or keep it as a transient?
- How to stop WP API endpoint from caching?
- Sending POST Request from server
- How to implement ERP (Enterprise Resource Planning) into WordPress?
- List Table API – Safe to use?
- API integration with WordPress
- POST to a REST API from a wordpress form
- How to get the attached gallery in the rest API?
- WP API : date_query parameter
- How to build a plugin that supports authenticated POST requests to the REST API from external servers?
- Gutenberg internal page link search box
- get WP-API by page id
- WordPress.org Support Forum API
- Sync posts from one WordPress site to another
- How to transition cookies from .subdomain.domain.com to .domain.com with minimal impact on users?
- Custom route for WP-API gives “rest_no_route” value
- Security error WP 4.0 + WP phpBB Bridge [closed]
- Connect external web app to wordpress
- How to get all posts (in chunks) via XML-RPC?
- How to add a custom parameter to a WP API default route?
- Get more than 10 posts in a specific category with the wordpress api
- “rest_no_route” – Debug error
- Passing variables to new page
- utf8 encoding in json rest api
- Developing Themes with React/Angular
- curl POST work with user meta but not the custom user meta
- Implementing the wp json-rest api
- WordPress API – count posts
- How to Securely and remotely Create new user in wordpress using Rest API
- API in numbers?
- Rest API authentication issue when called from fetch request in bundle.js
- how to get nonce using json api
- Does WordPress support a shortcode calling itself from within a shortcode call?
- What is the official way to consume the WordPress API? (api.wordpress.org)
- Stuck with wp_remote_post sending data to an external api on user registration
- API for Post Stats for Self-Hosted WordPress using JetPack [closed]
- How to get title tag of an external page with http api?
- Create post with REST API in php with file_get_contents
- How to Hit External REST POST API in WordPress? [closed]
- WordPress REST API “rest_authentication_errors” doesn’t work external queries?
- How to get WordPress Plugins Data in PHP using Plugin API?
- Displaying Content with WP Rest API
- How to integrate Yelp API
- Can’t GET draft posts via REST API from headless frontend
- API getting null values with wp_remote_post
- Where to find WordPress API changes for each version released
- I am trying to use the Theme Customization API but I keep getting an error
- Configuring WordPress Auth Cookie Expiration
- Custom Post for Locating by Google Maps API
- How to Increase WordPress JSON API Speed?
- Authenticate with a Rails app?
- Extending WordPress REST API
- WordPress JSON API Extend to Create Users [closed]
- External API to WP
- Headless WordPress – Issue with plugin path
- Can’t get POST data in API endpoint callback
- node-wpapi: how to handle authentication?
- How does the “authentication unique keys and salts” feature work?
- Post body not working with wp_remote_post()
- How can I cache WordPress Rest API Response
- WordPress REST API always misses parameters – rest_missing_callback_param
- Set authentication cookies to be shorter but then extend with every page load
- Possible to use wordpress as publishing platform but programmatically inject content?
- Unable to find API Key for my blog
- Passing a borrowed nonce through Postman fails