Skip to content

Commit

Permalink
Enable allow any origin for CORS header based test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
tgtshanika committed Sep 20, 2023
1 parent c891d5e commit 070f1b2
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ allow_headers = ["authorization","Access-Control-Allow-Origin","Content-Type","S
allow_credentials = true

[cors]
allow_any_origin = false
allowed_origins = [
"http://localhost", "http://localhost:8080"
]
allow_any_origin = true

[apim.sdk]
supported_languages = ["android", "java", "csharp", "dart", "flash", "groovy", "javascript", "jmeter", "perl", "php", "python", "ruby", "swift5", "clojure"]
Expand Down

0 comments on commit 070f1b2

Please sign in to comment.