{"id":6080,"date":"2014-04-12T03:01:11","date_gmt":"2014-04-12T03:01:11","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/04\/12\/javascriptmobilebrowser-detectionrelated-issues-collection-of-common-programming-errors\/"},"modified":"2014-04-12T03:01:11","modified_gmt":"2014-04-12T03:01:11","slug":"javascriptmobilebrowser-detectionrelated-issues-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/04\/12\/javascriptmobilebrowser-detectionrelated-issues-collection-of-common-programming-errors\/","title":{"rendered":"javascript,mobile,browser-detectionRelated issues-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/0046585e1022fcd3b503c63f2956dfc4?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nElisabeth<br \/>\njavascript iphone ipad orientation<br \/>\nI&#8217;m having the same problem that a couple of others have had with getting the correct behavior in a web app on an orientation change, and there doesn&#8217;t seem to be an obvious solution &#8211; I&#8217;ve seen this question asked a couple of times on Stack Overflow and no one&#8217;s yet been able to answer it.When I start the app in portrait mode, it works fine. Then I rotate into landscape and it&#8217;s scaled up. To get it to scale correctly for the landscape mode I have to double tap on something twice, first to zoo<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/graph.facebook.com\/100002099340201\/picture?type=large\" \/><br \/>\nUlker Ibrahimova<br \/>\njavascript jquery file-get-contents<br \/>\nThis question already has an answer here:Ways to circumvent the same-origin policy11 answersIs there any way to get full page source of snother different site? Example my site is example.com but i want to get facebook&#8217;s page source on example.com. I tired this one: http:\/\/phpjs.org\/functions\/file_get_contents\/ And it gives me null. So anyone knows it?function file_get_contents (url, flags, context, offset, maxLen) {\/\/ Read the entire file into a string\/\/\/\/ version: 906.111\/\/ discuss at: http:\/\/<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/54d4527e175ea6117587f9766ac4b8d7?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nshoriwa-shaun-benjamin<br \/>\njava javascript android cordova webview<br \/>\nI am trying to get my cordova webview to work with cordova 3.2 an use the phonegap Camera API to access the camera.Reference: Android WebViewsHere are some successful implementations of what I want to do, but these use Phonegap 1.9, i want to use Phonegap 3.2 (the latest one)Cordova WebView using AndroidAlso here&#8217;s a VideoWith the code below I am able to make the cordova webview display my index.html page without any issues but when I to access the camera by clicking on &#8220;Capture Photo&#8221; in my HTM<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f38a77142bda47fc2a0c914fc3dd0d4c?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nInator<br \/>\nphp javascript apache nosql couchdb<br \/>\nI&#8217;ve recently successfully installed CouchDB version 1.2.1 and as a test I can access it using the following Apache rewrite in CentOS 6:RewriteRule couchdb\/(.*)$ http:\/\/127.0.0.1:5984\/$1 [QSA,P]I have a PHP authentication class that I use across a home grown API to support my mobile apps. My API accepts and authenticates each request using an HMAC signature that is included in the URL like so:https:\/\/api.domain.com\/endpoint\/?timestamp=[timestamp]&amp;signature=[signature]&amp;id=[id]&#8230;etcEach<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/cd53740ddcefc9ceac7b97f4d20487b3?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nnovicePrgrmr<br \/>\njava javascript ajax json jsp<br \/>\nI am sorry to ask this but i&#8217;ve been working on this for hours and I can&#8217;t figure it out on my own. I have to use json for part of a project and I was able to get it to work but now it&#8217;s not returning it back to the right jsp but instead just displaying the json jsp. I am pretty sure it is how I am receiving the json.here are screen shots of what is happening:this is the jsp that I need to use ajax on, I am wanting to populate the second dropdown using ajax:this is what is happening instead, (it<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/6ceaca2e4d36db284cae876622c9cfa2?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAndrew Whitaker<br \/>\njavascript regex<br \/>\nI am trying to build a regexp from static text plus a variable in javascript. Obviously I am missing something very basic, see comments in code below. Help is very much appreciated:var test_string = &#8220;goodweather&#8221;;\/\/ One regexp we just set: var regexp1 = \/goodweather\/;\/\/ The other regexp we built from a variable + static text: var regexp_part = &#8220;good&#8221;; var regexp2 = &#8220;\\\/&#8221; + regexp_part + &#8220;weather\\\/&#8221;;\/\/ These alerts now show the 2 regexp are completely identical: alert (regexp1); alert (regexp2);\/<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/cc352d092caa8e1d41aa7b42b4b2f0c0?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nDOTang<br \/>\njavascript regex<br \/>\nI am searching for text inside of website resources (html and javascript), and need to identify 3 regular expressions that will locate this text under certain circumstances:some string of text when it is contained inside of a javascript single-quoted string some string of text when it is contained inside of a javascript double-quoted string some string of text when it is not contained inside of a javascript stringHere are some scenarios that are likely to occur (searching for the string &#8220;somestr<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/c3203aa647aeb214c463c59f1af2c38f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAndy E<br \/>\njavascript html<br \/>\nI&#8217;m building up a row to insert in a table using jQuery by creating a html string, i.e.var row = &#8220;&#8221;; row += &#8220;&lt;tr&gt;&#8221;; row += &#8220;&lt;td&gt;Name&lt;\/td&gt;&#8221;; row += &#8220;&lt;td&gt;&lt;input value='&#8221;+data.name+&#8221;&#8216;\/&gt;&lt;\/td&gt;&#8221;; row += &#8220;&lt;\/tr&gt;&#8221;;data.name is a string returned from an ajax call which could contain any characters. If it contains a single quote, &#8216;, it will break the HTML by defining the end of the attribute value. How can I ensure that the string is rendered correctly in the brow<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/1f3474816dadf7e51b3df220203559f5?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nsameer<br \/>\njavascript angularjs maven yeoman<br \/>\nI have recently integrated maven yeoman plugin with my app. I followed https:\/\/github.com\/trecloux\/yeoman-maven-plugin\/blob\/master\/TUTORIAL.md My angular version is v1.2.3 . When I run the mvn clean install command, I get the following error . grunt-contrib-imagemin@0.3.0 node_modules\\grunt-contrib-imagemin ?\u00f6\u00a3?\u00f6\u00c7?\u00f6\u00c7 filesize@1.10.0 ?\u00f6\u00a3?\u00f6\u00c7?\u00f6\u00c7 chalk@0.2.1 (ansi-styles@0.2.0, has-color@0.1.4) ?\u00f6\u00a3?\u00f6\u00c7?\u00f6\u00c7 optipng-bin@0.3.1 (bin-wrapper@0.1.9) ?\u00f6\u00a3?\u00f6\u00c7?\u00f6\u00c7 gifsicle@0.1.4 (bin-wrapper@0.1.9) ?\u00f6\u00a3?\u00f6\u00c7?\u00f6\u00c7 p<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/65f538663f6efb994a4261011f485297?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nRonald Yeung<br \/>\njavascript jquery ajax json cors<br \/>\nWhat I am trying to do is to have a page on the HTTP protocol sending an AJAX call to the same Web server but using HTTPS. Both the requesting page and the AJAX handler are on the same server, having the same domain and port. (I.e., only difference is the protocol.) To illustrate,Fromhttp:\/\/www.example.com\/index.phpTriggers a jQuery AJAX call tohttps:\/\/www.example.com\/authenticate.php?user=123&amp;password=456(I am hoping to pass the password through HTTPS to make it encrypted over the Internet.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/fd580faae57d13c8b4a1ea29ccc879ae?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAnu0042<br \/>\nandroid git shell mobile touch<br \/>\nHi I am trying to create a android native app in salesforce touch platform. I am trying to copy lib from sample project to my app. 1st i entered this commend in my cmdcd $TARGET_DIR $ANDROID_SDK_DIR\/tools\/android update project -p . -t 1the result was Updated project.propertiesUpdated local.propertiesUpdated file C:\\Anu\\SalesforceTouch\\build.xmlUpdated file C:\\Anu\\SalesforceTouch\\proguard-project.txtIt seems that there are sub-projects. If you want to update themplease use the &#8211;subprojects par<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/3f56bae33bfccfc115e7cc949da9e760?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nSajin D.K.<br \/>\nandroid mobile apk forceclose<br \/>\nAn Android App im working on in Eclipse , gets installed perfectly on an Android 2.3 and a 2.1 phone , the app is build for 2.2 but it directly goes into Force Close on running . Any ideas \/ help on what i should do ? And please inform me what i need to post so as to recieve help from the stackoverflow community .07-11 19:19:01.117: W\/KeyCharacterMap(1477): No keyboard for id 0 07-11 19:19:01.117: W\/KeyCharacterMap(1477): Using default keymap: \/system\/usr\/keychars\/qwerty.kcm.bin 07-11 19:19:01.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f9341836ce1cf04cd7e128e4c8b1db99?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nThinkingStiff<br \/>\nandroid mobile nfc<br \/>\nNot sure whether my app is able to write the information I obtain from user of the app. The app keeps crashing when I press the write to tag button. I generally have 5 EditText for user input. Then I would use these values and make into a string to write into and NFC Tag. (This information would then be read using a separate app which will then break the strings into different components again).`@Overridepublic void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);mNfcAdap<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/3dee33443140af6ba4b06151b4b27879?s=32&amp;d=identicon&amp;r=PG&amp;f=1\" \/><br \/>\nBPI<br \/>\ncss wordpress mobile header logo<br \/>\nI am building an ecommerce site using this theme http:\/\/goo.gl\/3BwG7RI have changed the header to black and and have a light logo. When viewed on mobile and tablet I need the header to be white (native) and the logo to be dark.I have failed to utilize the media queries to make this happen.The theme has 2 header files, the main file calls the other files to display stuff.*** MAIN HEADER &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&lt;div id=&#8221;logo&#8221; class=&#8221;positionleft&#8221;&gt;&lt;?php if_logo(); \/\/ print the logo html ?&gt;&amp;l<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/c7ea6d8de2ad6c02342b15fcc3ed7d7f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\njmans<br \/>\nandroid video mobile html5<br \/>\nAccording to:http:\/\/developer.android.com\/sdk\/android-2.0-highlights.htmlAndroid 2.0 should support the HTML5 video element. I haven&#8217;t been able to get this to work using a Motorola Droid, and haven&#8217;t been able to successfully view a video on any of the HTML5 video example pages out there. Since there currently isn&#8217;t support for QuickTime or Flash, this is the only other thing I can think of for embedding mp4 video in a web page. Has anyone had any luck with this?<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/GNbS6.jpg?s=32&amp;g=1\" \/><br \/>\nnasroazro<br \/>\njava android mobile bluetooth<br \/>\nI am developing a desktop application using java to send a file to android devices. I followed this article sending-files-to-mobile-phone-using-bluetooth-and-obex to develop it. I tested it in mobile, java based and it works fine but in android mobile I get this exception:Exception: Failed to connect; [10051] Une op\u00e9ration a \u00e9t\u00e9 tent\u00e9e sur un r\u00e9seau impossible \u00e0 atteindre. javax.bluetooth.BluetoothConnectionException: Failed to connect; [10051] Une op\u00e9ration a \u00e9t\u00e9 tent\u00e9e sur un r\u00e9seau im<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/xuj76.jpg?s=32&amp;g=1\" \/><br \/>\nGillian Lo Wong<br \/>\nandroid iphone web-applications mobile user-agent<br \/>\nMany Mobile devices like my android phone have a &#8216;request desktop site&#8217; option. I&#8217;m in the process of building mobile websites and want to make that native feature work.What is expected on our end as developers? Is there a GET request for example: leave_mobile=1 or is it the device itself changing the user-agent to trick the application thinking its just another desktop?<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/19bf66fef7e58d04447150a6835202c0?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nodedbd<br \/>\njquery mobile<br \/>\nI am trying to write some jQuery code that should run on mobile browser, and I have ran into a problem with scrolling the viewport to an element. I have an element that is not visible, and I want to scroll (both X and Y) so that it&#8217;d become visible.I have tried using the excellent scrollTo jquery plugin (http:\/\/flesler.blogspot.com\/2007\/10\/jqueryscrollto.html), and while it works wonderfully on all desktop browser I tried (FF,IE6+,Chrome) it failed for me on my Android browser (native for Androi<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/767ye.jpg?s=32&amp;g=1\" \/><br \/>\nInvincible<br \/>\njavascript html5 phonegap mobile cross-platform<br \/>\ni have made Hello world test app for Android and iOS using PhoneGap Framework.I want to invoke Native Screens from the HTML page. How can i invoke native screen from HTML page? And vice versa.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f9341836ce1cf04cd7e128e4c8b1db99?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nThinkingStiff<br \/>\niphone mobile springboard spring-board<br \/>\nbasically im making a springboard tweak and ive got a textfield with keyboard, when i click done on the keyboard i would like the keyboard to dismiss, ive tried- (BOOL)textFieldShouldReturn:(UITextField *)textField { [textField resignFirstResponder]; return YES; }-but i just get loads of errors when trying to compile ;L, any help would be appreciated lotsHere&#8217;s the error&#8217;Mahmood1s-Mac:sbhomesearch mahmood1$ makeBootstrapping CydiaSubstrate&#8230; Compiling iPhoneOS CydiaSubstrate stub&#8230; default tar<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/84bc7b8a59bfc9326a7d86691af701b2?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nspike<br \/>\njavascript browser-detection<br \/>\nFeature detection is generally preferred over browser sniffing. What should I do in a case where certain browsers &#8220;support&#8221; the features I&#8217;m using but have javascript runtimes that are too slow?I&#8217;m using the d3 library for some complicated visualizations. The visualization is very smooth in chrome \/ firefox, acceptable in IE9, and slow yet working in IE8. I&#8217;d like to display a banner to IE8 users telling them to upgrade and a notice banner to IE9 users that it would be faster in chrome or FF. Is<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/9bff5f650c5820db2f148223f07ecd3f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAdam Stone<br \/>\njquery internet-explorer browser-detection<br \/>\nDue to IE&#8217;s inability to fade transparent PNG&#8217;s I have decided to change my fucntion to simply show PNG&#8217;s if the user is using IE but to fade them if they are using any other browser. The function below works fine in IE and does what i expect it to but in any other browser i.e. Firefox, Safari it doesnt do anything, am i missing something or do I have a syntax error?$(&#8216;#content2 a&#8217;).click(function(){if($.browser.msie){var toLoad = $(this).attr(&#8216;href&#8217;)+&#8217; #content&#8217;;$(&#8216;#content&#8217;).show(loadContent);<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/7847006dbf49f1722b07c8da396f1275?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nsplattne<br \/>\njavascript jquery opera browser-detection<br \/>\nAmazon.com recently updated their javascript, and it&#8217;s causing problems with some Opera browsers.Their browser detection code looks like so, but it&#8217;s faulty:function sitbReaderIsCompatibleBrowser() {if (typeof(jQuery) == &#8216;undefined&#8217;) {return false;} else {var version = jQuery.browser.version || &#8220;0&#8221;;var splitVersion = version.split(&#8216;.&#8217;);return ((jQuery.browser.msie &amp;&amp; splitVersion[0] &gt;= 6) \/\/ IE 6 and higher|| (jQuery.browser.mozilla &amp;&amp; ((splitVersion[0] == 1 &amp;&amp; splitV<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/0263c4c9036955a2d9768bf6a35a8345?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nKara<br \/>\njavascript html browser-detection<br \/>\nI found this code snippet when I followed a link here on Stackoverflow. It is exactly what I need, but I&#8217;m not sure how to implement it. I&#8217;d like to use it to run specific code depending on browser. For example, if Firefox, then simply use linked Javascript, if IE\/Chrome, then I&#8217;d like to use alternate code (HTML and JS).How can this be done?var isOpera = !!window.opera || navigator.userAgent.indexOf(&#8216;Opera&#8217;) &gt;= 0; \/\/ Opera 8.0+ (UA detection to detect Blink\/v8-powered Opera) var isFirefox<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/1e6f4c8a8d1cd4daa047d2bb49139892?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nbazmegakapa<br \/>\njquery browser-detection<br \/>\nAnyone knows of a good and reliable way to find out type &amp; version of browser installed on client either using javascript\/jquery or any other plugin? Looks like jquery has some built-in functions, but it is having problems in detecting chrome browser. Any other reliable way of doing it?<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/6017d97591b78ae31e34b6483ee77a33?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nrds<br \/>\njavascript internet-explorer browser-detection conditional-comments<br \/>\nIn order to detect IE most Javascript libaries do all sort of tricks.jQuery seem to add a temporary object into your pages&#8217;s DOM to detect some features, YUI2 does regex on the user agent in its YAHOO.env.ua = function() (file yahoo.js)After reading this answer it came in my mind that it&#8217;s true, in order to detect simply IE in Javascript we could simply add to our pages:&lt;!&#8211;[if IE]&gt;&lt;script type=&#8221;text\/javascript&#8221;&gt;window[&#8216;isIE&#8217;] = true;&lt;\/script&gt;&lt;![endif]&#8211;&gt;&lt;script type=&#8221;<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/52e65a3c802ae662b6c0e0989a7c4425?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\ngnarf<br \/>\njavascript jquery browser-detection feature-detection<br \/>\nIn earlier versions, I used to test if I should be triggering popstate manually on page load, because Chrome triggers it right after load, and Firefox and IE do not.if ($.browser.mozilla || $.browser.msie) {$(window).trigger(&#8216;popstate&#8217;); }Now that they dropped the browser object in 1.9, how should I test for these browsers? Or how do I figure if I need to popstate on page load or not?The code is:$(function(){$(window).on(&#8216;popstate&#8217;, popState);\/\/ manual trigger loads template by URL in FF\/IE.if (<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f824f512c43c20eb81b28c47d1924b68?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nSven<br \/>\njavascript android iphone mobile browser-detection<br \/>\nI need to add a certain kind of support for touch devices on a current project. As this is the first time I have to do something like this, I took a look at the code of some &#8220;well made&#8221; websites to see how they do that. One page does something like this:if(document.querySelectorAll &amp;&amp; (navigator.platform == &#8220;iPad&#8221; || navigator.platform.substring(0, 6) == &#8220;iPhone&#8221; || navigator.platform == &#8220;iPod&#8221; || navigator.userAgent.indexOf(&#8216;Android&#8217;) &gt; -1)) {&#8230;}I tested it on all the devices I hav<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/13871016e7ff62f95d47c0eeb9194674?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nchobo2<br \/>\njquery browser browser-detection<br \/>\nI have a website that I made and I am planning to redo it. The current version of the site used a jquery callout plugin that did not fully work in IE6. This got me thinking about browser detection.At first I was just going to put the supported browsers on the home page but then today on Digg I saw some post about some jquery plugins and wordpress and in the article there was a plugin for detecting IE.So I started to look around for some browser detection plugins. I found a few of them but they w<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/c3bb1f122c476561bb9a98a1523e8b5e?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nfilmor<br \/>\njavascript mobile browser-detection<br \/>\nIs there a solid way to detect whether or not a user is using a mobile\/handheld device in jQuery? Something similar to the css media attribute? I would like to run a different script if the browser is on a handheld device.The jQuery $.browser function is not what I am looking for.<\/li>\n<\/ul>\n<p>Web site is in building<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Elisabeth javascript iphone ipad orientation I&#8217;m having the same problem that a couple of others have had with getting the correct behavior in a web app on an orientation change, and there doesn&#8217;t seem to be an obvious solution &#8211; I&#8217;ve seen this question asked a couple of times on Stack Overflow and no one&#8217;s [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-6080","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6080","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=6080"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6080\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=6080"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=6080"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=6080"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}