function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
G2WIntegrationG2WIntegration 

Visualforce URL for Sandboxes (I don't have a sandbox and can't test)

What is the full URL for a VF page called "myPage" in a sandbox?  For a 3rd party developer key, I need to register all of the subdomains for visualforce the various instances like CS0-CS15, but I don't know what the sandbox URL structure for VF pages is.

 

For example - this is the URL on na11 in production:

https://c.na11.visual.force.com/apex/myPage

 

What would it be in CS1?  Something like these?

https://c.tapp.cs1.visual.force.com/apex/myPage

 

or

https://c.tapp.cs1.visual.force.com/apex/myPage


Thanks!



Best Answer chosen by Admin (Salesforce Developers) 
TheSwamiTheSwami

The pattern is like this:

https://c.csXX.visual.force.com/apex/<page>

All Answers

TheSwamiTheSwami

The pattern is like this:

https://c.csXX.visual.force.com/apex/<page>

This was selected as the best answer
G2WIntegrationG2WIntegration

Perfect - thanks a lot!