Posts by paulrocost • 81 points
2 posts
-
2
votes1
answer11006
viewsA: JSON request: CORS Access-Control-Allow-Origin header error
I believe that this post below can help you https://stackoverflow.com/questions/6114436/access-control-allow-origin-error-sending-a-jquery-post-to-google-apis was assigned the dataType: 'jsonp',…
-
3
votes1
answer155
viewsA: Retrieve data via JSON by URL in C#
Hello! There was an update in the TLS protocol to 1.2 so https stopped working because they were set to the old TLS 1.0. Arrow the System.Net Secutiry Protocol as I added in your example below. abs…