Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
IIS on Proget. universal package upload failure with curl. The requested URL does not correspond to any API endpoint
-
Hi!
having problems while uploading .upack with curl:
curl -k https://proget.domain.local/upack/Feed/ --user User:Password --upload-file TestUPack.upack"The requested URL does not correspond to any API endpoint."
- im ok with publish via GUI
- API Endpoind works: test with Postman:
https://proget.domain.local/upack/Feed/packages gives full list
Any idea?
-
Hi @mistique88885_0973 ,
You'll need to add
/upload
, so basicallycurl -k https://proget.domain.local/upack/Feed/upload --user User:Password --upload-file TestUPack.upack
Cheers,
Alana
-
Damn... thank you!
What is confusing:
in official documentation everything is ok:
https://docs.inedo.com/docs/upack-feed-api-endpointsbut in fast actions from GUI is a mistake:
Can you pls fix it in future releases?
Thank you again! you saved my day!
-
@mistique88885_0973 thanks for letting us know! I didn't realize that was wrong.
I just corrected the text , and it will be fixed via PG-2225 in the next maintenance release