dymosoftware / DCD-SDK-Sample

DYMO Connect SDK Samples
Other
60 stars 26 forks source link

CORS Issue when trying to print labels from our Application hosted on Azure App Services #41

Open kwokmanDiagnostics opened 2 years ago

kwokmanDiagnostics commented 2 years ago

Hello,

Our application is currently hosted on Azure App Services and then we are using dymo js library. We are facing challenges with CORS issues. May I know if anyone has figured out a way around it. I appreciate it! Thank you!

malcolm-mcclintock commented 2 years ago

bump, also looking to figure out CORS workaround!

kwokmanDiagnostics commented 2 years ago

Yeah, CORS issue is a huge blocker for us. We couldn’t print directly from our application running on Azure App Services. We currently are downloading .label file and printing it manually. Even we tried setting up proxy and still not working. Any help would be appreciated and paid. Thank you!

rjCousineau commented 2 years ago

Having the same issue, setting header Access-Control-Allow-Origin: * doesn't solve the issue. What to do?

kwokmanDiagnostics commented 2 years ago

@rjCousineau Still no luck! We are downloading .label files and printing them individually. Any update on this folks?