Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load data to a Feature Service #164

Closed
MikeMillerGIS opened this issue Apr 26, 2017 · 8 comments
Closed

Cannot load data to a Feature Service #164

MikeMillerGIS opened this issue Apr 26, 2017 · 8 comments
Assignees
Labels

Comments

@MikeMillerGIS
Copy link
Member

Using secure feature service to my org, I am unable to load the source to target file

image

@MikeMillerGIS
Copy link
Member Author

Looks like if I change the xml file to http: from https it loads, are you checking for only http://?

@MikeMillerGIS
Copy link
Member Author

fix in db403e6

@SteveGrise
Copy link
Contributor

SteveGrise commented Apr 26, 2017 via email

@MikeMillerGIS
Copy link
Member Author

are you saying even with the checks for https, we cannot load data to a secure service?

@MikeMillerGIS
Copy link
Member Author

looks like I missed a few places, adding them now

@MikeMillerGIS
Copy link
Member Author

i just noticed, that error is in the .net side, not the python

@SteveGrise
Copy link
Contributor

yeah, I will need to check both though, there are a few parallel locations. I could probably get away with just checking for startswith('http') at this point because of the way the code works, but I like the extra check.

@MikeMillerGIS
Copy link
Member Author

all fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants