Advertisement
mteodorovic

Untitled

May 14th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://auth.solidsense.tk:9080/auth/realms/master/protocol/openid-connect/userinfo. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).[Learn More]
  2. Error: "Network Error"
  3.  
  4. {
  5. "pageref": "page_1",
  6. "startedDateTime": "2019-05-14T15:17:35.847+02:00",
  7. "request": {
  8. "bodySize": 0,
  9. "method": "OPTIONS",
  10. "url": "http://auth.solidsense.tk:9080/auth/realms/master/protocol/openid-connect/userinfo",
  11. "httpVersion": "HTTP/1.1",
  12. "headers": [
  13. {
  14. "name": "Host",
  15. "value": "auth.solidsense.tk:9080"
  16. },
  17. {
  18. "name": "User-Agent",
  19. "value": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0"
  20. },
  21. {
  22. "name": "Accept",
  23. "value": "*/*"
  24. },
  25. {
  26. "name": "Accept-Language",
  27. "value": "en-US,en;q=0.5"
  28. },
  29. {
  30. "name": "Accept-Encoding",
  31. "value": "gzip, deflate"
  32. },
  33. {
  34. "name": "Access-Control-Request-Method",
  35. "value": "GET"
  36. },
  37. {
  38. "name": "Access-Control-Request-Headers",
  39. "value": "authorization"
  40. },
  41. {
  42. "name": "Referer",
  43. "value": "http://portal.solidsense.tk/callback.html"
  44. },
  45. {
  46. "name": "Origin",
  47. "value": "http://portal.solidsense.tk"
  48. },
  49. {
  50. "name": "Connection",
  51. "value": "keep-alive"
  52. }
  53. ],
  54. "cookies": [],
  55. "queryString": [],
  56. "headersSize": 468
  57. },
  58. "response": {
  59. "status": 200,
  60. "statusText": "OK",
  61. "httpVersion": "HTTP/1.1",
  62. "headers": [
  63. {
  64. "name": "Connection",
  65. "value": "keep-alive"
  66. },
  67. {
  68. "name": "Access-Control-Allow-Origin",
  69. "value": "http://portal.solidsense.tk"
  70. },
  71. {
  72. "name": "Access-Control-Allow-Headers",
  73. "value": "Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"
  74. },
  75. {
  76. "name": "Access-Control-Allow-Credentials",
  77. "value": "true"
  78. },
  79. {
  80. "name": "Content-Length",
  81. "value": "0"
  82. },
  83. {
  84. "name": "Access-Control-Allow-Methods",
  85. "value": "GET, HEAD, OPTIONS"
  86. },
  87. {
  88. "name": "Access-Control-Max-Age",
  89. "value": "3600"
  90. -----
  91. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement